Agda-2.6.1.1: A dependently typed functional programming language and proof assistant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Agda.Termination.CutOff

Description

Defines CutOff type which is used in Agda.Interaction.Options. This module's purpose is to eliminate the dependency of Agda.TypeChecking.Monad.Base on the termination checker and everything it imports.

Synopsis

Documentation

data CutOff Source #

Cut off structural order comparison at some depth in termination checker?

Constructors

CutOff Int

c >= 0 means: record decrease up to including c+1.

DontCutOff 

Instances

Instances details
Eq CutOff Source # 
Instance details

Defined in Agda.Termination.CutOff

Methods

(==) :: CutOff -> CutOff -> Bool #

(/=) :: CutOff -> CutOff -> Bool #

Ord CutOff Source # 
Instance details

Defined in Agda.Termination.CutOff

Show CutOff Source # 
Instance details

Defined in Agda.Termination.CutOff

EmbPrj CutOff Source # 
Instance details

Defined in Agda.TypeChecking.Serialise.Instances.Errors