Agda-2.2.10: A dependently typed functional programming language and proof assistant

Agda.TypeChecking.Monad.Env

Synopsis

Documentation

currentModule :: MonadTCM tcm => tcm ModuleName

Get the name of the current module, if any.

withCurrentModule :: MonadTCM tcm => ModuleName -> tcm a -> tcm a

Set the name of the current module.

getAnonymousVariables :: MonadTCM tcm => ModuleName -> tcm Nat

Get the number of variables bound by anonymous modules.

withAnonymousModule :: MonadTCM tcm => ModuleName -> Nat -> tcm a -> tcm a

Add variables bound by an anonymous module.

withEnv :: MonadTCM tcm => TCEnv -> tcm a -> tcm a

Set the current environment to the given

getEnv :: MonadTCM tcm => tcm TCEnv

Get the current environmnet