Safe Haskell | None |
---|---|
Language | Haskell2010 |
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?
CutOff !Int |
|
DontCutOff |
defaultCutOff :: CutOff Source #
The default termination depth.