diff options
author | Richard Eisenberg <eir@cis.upenn.edu> | 2015-09-19 23:59:22 -0400 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2015-09-21 12:01:59 -0400 |
commit | cd2840a784f4136a8cfdb704124e892430ad9ead (patch) | |
tree | 8218de79fad91382faccf2be8b2464ef0fb3a9c5 /utils | |
parent | 8e8b9ed9849ba21e454e6204b368f8e993feaf7b (diff) | |
download | haskell-cd2840a784f4136a8cfdb704124e892430ad9ead.tar.gz |
Refactor BranchLists.
Now we use Array to store branches. This makes sense because we often
have to do random access (once inference is done). This also vastly
simplifies the awkward BranchList type.
This fixes #10837 and updates submodule utils/haddock.
Diffstat (limited to 'utils')
m--------- | utils/haddock | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock -Subproject ad49d1608f406dc83f64f65920f1c6aa2f75403 +Subproject fea4277692ba68cccc6c9642655289037e4b897 |