Home
last modified time | relevance | path

Searched refs:TCEnv (Results 1 – 5 of 5) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs2771 data TCEnv = type
2909 initEnv :: TCEnv
2968 lensTCEnv :: Lens' TCEnv a
3025 eMakeCase :: Lens' Bool TCEnv
3063 eRange :: Lens' Range TCEnv
3835 mapRedEnv :: (TCEnv -> TCEnv) -> ReduceEnv -> ReduceEnv
3841 mapRedEnvSt :: (TCEnv -> TCEnv) -> (TCState -> TCState) -> ReduceEnv
4009 askTC :: m TCEnv
4010 localTC :: (TCEnv -> TCEnv) -> m a -> m a
4017 => (TCEnv -> TCEnv) -> m a -> m a
[all …]
H A DEnv.hs48 withEnv :: MonadTCEnv m => TCEnv -> m a -> m a
55 getEnv :: TCM TCEnv
91 updateAllowedReductions :: (AllowedReductions -> AllowedReductions) -> TCEnv -> TCEnv
H A DBase.hs-boot25 data TCEnv
27 newtype TCMT m a = TCM { unTCM :: IORef TCState -> TCEnv -> m a }
H A DSignature.hs754 => TCState -> TCEnv -> QName -> m (Either SigError Definition)
1134 treatAbstractly' :: QName -> TCEnv -> Bool
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/
H A DCommandLine.hs73 data ExitCode a = Continue | ContinueIn TCEnv | Return a