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.
Showing
- compiler/coreSyn/CoreLint.hs 1 addition, 1 deletioncompiler/coreSyn/CoreLint.hs
- compiler/iface/MkIface.hs 6 additions, 5 deletionscompiler/iface/MkIface.hs
- compiler/iface/TcIface.hs 1 addition, 1 deletioncompiler/iface/TcIface.hs
- compiler/typecheck/FamInst.hs 7 additions, 6 deletionscompiler/typecheck/FamInst.hs
- compiler/typecheck/TcInteract.hs 2 additions, 2 deletionscompiler/typecheck/TcInteract.hs
- compiler/typecheck/TcRnDriver.hs 5 additions, 2 deletionscompiler/typecheck/TcRnDriver.hs
- compiler/typecheck/TcSplice.hs 2 additions, 1 deletioncompiler/typecheck/TcSplice.hs
- compiler/typecheck/TcType.hs 9 additions, 9 deletionscompiler/typecheck/TcType.hs
- compiler/typecheck/TcValidity.hs 3 additions, 2 deletionscompiler/typecheck/TcValidity.hs
- compiler/types/CoAxiom.hs 64 additions, 100 deletionscompiler/types/CoAxiom.hs
- compiler/types/Coercion.hs 2 additions, 2 deletionscompiler/types/Coercion.hs
- compiler/types/FamInstEnv.hs 15 additions, 19 deletionscompiler/types/FamInstEnv.hs
- utils/haddock 1 addition, 1 deletionutils/haddock
Loading
Please register or sign in to comment