Split off TcBinderStack into its own module
This commit splits off TcBinderStack into its own module, to avoid module cycles: we might want to refer to it without also pulling in the TcM monad.
Showing
- compiler/GHC/Tc/Types.hs 1 addition, 40 deletionscompiler/GHC/Tc/Types.hs
- compiler/GHC/Tc/Types/TcBinder.hs 48 additions, 0 deletionscompiler/GHC/Tc/Types/TcBinder.hs
- compiler/ghc.cabal.in 1 addition, 0 deletionscompiler/ghc.cabal.in
- testsuite/tests/count-deps/CountDepsAst.stdout 1 addition, 0 deletionstestsuite/tests/count-deps/CountDepsAst.stdout
- testsuite/tests/count-deps/CountDepsParser.stdout 1 addition, 0 deletionstestsuite/tests/count-deps/CountDepsParser.stdout
Loading
Please register or sign in to comment