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

Safe HaskellNone

Agda.TypeChecking.Monad.Builtin

Contents

Synopsis

Documentation

constructorForm :: Term -> TCM TermSource

Rewrite a literal to constructor form if possible.

The names of built-in things

data CoinductionKit Source

The coinductive primitives.

Builtin equality

primEqualityName :: TCM QNameSource

Get the name of the equality type.