Remove GADT refinements, part 5
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>
Mon, 7 Apr 2008 07:07:28 +0000 (07:07 +0000)
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>
Mon, 7 Apr 2008 07:07:28 +0000 (07:07 +0000)
commit3d5970436af5ab73957278671059e00d1a52c616
tree31b6a7ddc8f496d782c1476ee1a953a0f7170aea
parentbf1bf9fb07f1607aa66e7490b2df1ac1b62dd2d0
Remove GADT refinements, part 5
- TcGadt RIP
- The non-side effecting unification code is now in types/Unify.lhs
  along with the refinement code needed for GADT record selectors.
compiler/basicTypes/MkId.lhs
compiler/ghci/RtClosureInspect.hs
compiler/typecheck/TcGadt.lhs [deleted file]
compiler/typecheck/TcSimplify.lhs
compiler/types/FamInstEnv.lhs
compiler/types/FunDeps.lhs
compiler/types/InstEnv.lhs
compiler/types/Unify.lhs