Agda-2.5.4.1: 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] Source #

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

importsForPrim :: TCM [ModuleName] Source #

Haskell modules to be imported for BUILT-INs

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

primBody :: String -> TCM Exp Source #

Definition bodies for primitive functions