ghc-lib-parser-0.20200501: compiler/GHC/Tc/Types.hs-boot
module GHC.Tc.Types where import GHC.Tc.Utils.TcType import GHC.Types.SrcLoc data TcLclEnv setLclEnvTcLevel :: TcLclEnv -> TcLevel -> TcLclEnv getLclEnvTcLevel :: TcLclEnv -> TcLevel setLclEnvLoc :: TcLclEnv -> RealSrcSpan -> TcLclEnv getLclEnvLoc :: TcLclEnv -> RealSrcSpan