Agda.TypeChecking.Monad.Base

Type checking state

data TCState

class ReadTCState m

data PreScopeState

type DisambiguatedNames

data PostScopeState

data PersistentTCState

data LoadedFileCache

type CachedTypeCheckLog

type CurrentTypeCheckLog

data TypeCheckAction

initPersistentState

initPreScopeState

initPostScopeState

initState

st-prefixed lenses

stTokens

stImports

stImportedModules

stModuleToSource

stVisitedModules

stScope

stPatternSyns

stPatternSynImports

stPragmaOptions

stImportedBuiltins

stHaskellImports

stHaskellImportsUHC

stHaskellCode

stFreshInteractionId

stFreshNameId

stSyntaxInfo

stDisambiguatedNames

stMetaStore

stInteractionPoints

stAwakeConstraints

stSleepingConstraints

stDirty

stOccursCheckDefs

stSignature

stImportsDisplayForms

stImportedDisplayForms

stCurrentModule

stInstanceDefs

stStatistics

stMutualBlocks

stLocalBuiltins

stFreshMetaId

stFreshMutualId

stFreshCtxId

stFreshProblemId

stFreshInt

stBuiltinThings

Fresh things

class HasFresh i

nextFresh

fresh

data ProblemId

freshName

freshNoName

freshNoName_

class FreshName a

Managing file names

type ModuleToSource

type SourceToModule

sourceToModule

Interface

data ModuleInfo

type VisitedModules

type DecodedModules

data Interface

iFullHash

Closure

data Closure a

buildClosure

Constraints

type Constraints

data ProblemConstraint

data Constraint

data Comparison

data CompareDirection

fromCmp

flipCmp

dirToCmp

Open things

data Open a

Judgements

data Judgement a

Meta variables

data MetaVariable

data Listener

data Frozen

data MetaInstantiation

data TypeCheckingProblem

data MetaPriority

data RunMetaOccursCheck

data MetaInfo

type MetaNameSuggestion

data NamedMeta

type MetaStore

normalMetaPriority

lowMetaPriority

highMetaPriority

getMetaInfo

getMetaScope

getMetaEnv

getMetaSig

getMetaRelevance

Interaction meta variables

data InteractionPoint

type InteractionPoints

Signature

data Signature

sigSections

sigDefinitions

sigRewriteRules

type Sections

type Definitions

type RewriteRuleMap

type DisplayForms

data Section

secTelescope

emptySignature

data DisplayForm

data DisplayTerm

defaultDisplayForm

defRelevance

data NLPat

type PElims

type RewriteRules

data RewriteRule

data Definition

defaultDefn

type HaskellCode

type HaskellType

type EpicCode

type JSCode

data HaskellRepresentation

data HaskellExport

data CoreRepresentation

data Polarity

data CompiledRepresentation

noCompiledRep

data ExtLamInfo

data Projection

data EtaEquality

etaEqualityToBool

setEtaEquality

data Defn

recEtaEquality

emptyFunction

isEmptyFunction

isCopatternLHS

recCon

defIsRecord

defIsDataOrRecord

data Fields

data Simplification

data Reduced no yes

data IsReduced

data MaybeReduced a

type MaybeReducedArgs

type MaybeReducedElims

notReduced

reduced

data AllowedReduction

type AllowedReductions

allReductions

data PrimFun

defClauses

defCompiled

defParameters

defJSDef

defEpicDef

defCoreDef

defDelayed

defNonterminating

defAbstract

Injectivity

type FunctionInverse

data FunctionInverse' c

data TermHead

Mutual blocks

data MutualId

Statistics

type Statistics

Trace

data Call

Instance table

type InstanceTable

type TempInstanceTable

Builtin things

data BuiltinDescriptor

data BuiltinInfo

type BuiltinThings pf

data Builtin pf

Highlighting levels

data HighlightingLevel

data HighlightingMethod

ifTopLevelAndHighlightingLevelIs

Type checking environment

data TCEnv

initEnv

disableDestructiveUpdate

Context

type Context

data ContextEntry

data CtxId

Let bindings

type LetBindings

Abstract mode

data AbstractMode

Insertion of implicit arguments

data ExpandHidden

data ExplicitToInstance

data Candidate

Type checking errors

data Occ

data OccPos

data CallInfo

data TerminationError

data SplitError

data UnquoteError

data TypeError

data LHSOrPatSyn

data TCErr

The reduce monad

data ReduceEnv

mapRedEnv

mapRedSt

mapRedEnvSt

data ReduceM a

runReduceM

runReduceF

Type checking monad transformer

data TCMT m a

type TCM

class MonadTCM tcm

type IM

runIM

catchError_

finally_

mapTCMT

pureTCM

returnTCMT

bindTCMT

thenTCMT

fmapTCMT

apTCMT

patternViolation

internalError

genericError

typeError

typeError_

runTCM

runTCMTop

runTCMTop'

runSafeTCM

forkTCM

extendedLambdaName

absurdLambdaName

isAbsurdLambdaName

KillRange instances