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