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

Safe HaskellNone
LanguageHaskell2010

Agda.Compiler.MAlonzo.Primitives

Synopsis

Documentation

checkTypeOfMain :: QName -> Type -> TCM [Decl] -> TCM [Decl] #

Check that the main function has type IO a, for some a.

importsForPrim :: TCM [ModuleName] #

Haskell modules to be imported for BUILT-INs

xForPrim :: [(String, TCM [a])] -> TCM [a] #

primBody :: String -> TCM Exp #

Definition bodies for primitive functions