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

Safe HaskellNone
LanguageHaskell98

Agda.TypeChecking.Monad.Builtin

Contents

Synopsis

Documentation

constructorForm :: Term -> TCM Term Source

Rewrite a literal to constructor form if possible.

The names of built-in things

data CoinductionKit Source

The coinductive primitives.

Builtin equality

primEqualityName :: TCM QName Source

Get the name of the equality type.