| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
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
- data CutOff- = CutOff !Int
- | DontCutOff
 
- defaultCutOff :: CutOff
Documentation
Cut off structural order comparison at some depth in termination checker?
Constructors
| CutOff !Int | 
 | 
| DontCutOff | 
defaultCutOff :: CutOff Source #
The default termination depth.