Agda-2.8.0: A dependently typed functional programming language and proof assistant
Safe HaskellNone
LanguageHaskell2010

Agda.TypeChecking.Monad.Imports

Synopsis

Documentation

addImport :: TopLevelModuleName -> TCM () Source #

Register the given module as imported in the current state. Also recursively add its imports to the cumulative imports.

checkForImportCycle :: TCM () Source #

Assumes that the first module in the import path is the module we are worried about.