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

Safe HaskellNone
LanguageHaskell98

Agda.Termination.TermCheck

Synopsis

Documentation

termDecl :: Declaration -> TCM Result Source

Entry point: Termination check a single declaration.

type Result = [TerminationError] Source

The result of termination checking a module. Must be a Monoid and have Singleton.

type DeBruijnPat = DeBruijnPat' Int Source

Patterns with variables as de Bruijn indices.