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

Safe HaskellNone
LanguageHaskell98

Agda.Compiler.Common

Synopsis

Documentation

data IsMain Source

Constructors

IsMain 
NotMain 

Instances

conArityAndPars :: QName -> TCM (Nat, Nat) Source

Copy pasted from MAlonzo.... Move somewhere else!

inCompilerEnv :: Interface -> TCM a -> TCM a Source

Sets up the compilation environment.