packages feed

ghc-lib-parser-9.0.1.20210205: 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