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

Agda.Compiler.MAlonzo.Primitives

Synopsis

Documentation

checkTypeOfMain :: QName -> Type -> TCM ()Source

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

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