Agda
Safe HaskellNone
LanguageHaskell2010

Agda.Syntax.Scope.State

Description

General functions for stateful manipulation of the scope.

Synopsis

The scope checking monad

type ScopeM = TCM Source #

To simplify interaction between scope checking and type checking (in particular when chasing imports), we use the same monad.

Current module