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

Safe HaskellNone

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.

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

repl :: [[Char]] -> [Char] -> [Char]Source