Agda.TypeChecking.Monad.Base

Type checking state

data TCState

data PersistentTCState

data FreshThings

initState

stBuiltinThings

data ProblemId

Interface

data ModuleInfo

type VisitedModules

type DecodedModules

data Interface

Closure

data Closure a

buildClosure

Constraints

type Constraints

data ProblemConstraint

data Constraint

data Comparison

Open things

data Open a

Judgements

data Judgement t a

Meta variables

data MetaVariable

data Listener

data Frozen

data MetaInstantiation

data MetaPriority

data RunMetaOccursCheck

data MetaInfo

type MetaNameSuggestion

data NamedMeta

type MetaStore

normalMetaPriority

lowMetaPriority

highMetaPriority

getMetaInfo

getMetaScope

getMetaEnv

getMetaSig

getMetaRelevance

Interaction meta variables

type InteractionPoints

data InteractionId

Signature

data Signature

type Sections

type Definitions

data Section

emptySignature

data DisplayForm

data DisplayTerm

defaultDisplayForm

data Definition

type HaskellCode

type HaskellType

type EpicCode

type JSCode

data HaskellRepresentation

data Polarity

data CompiledRepresentation

noCompiledRep

data Occurrence

data Defn

defIsRecord

defIsDataOrRecord

data Fields

data Reduced no yes

data IsReduced

data MaybeReduced a

type MaybeReducedArgs

notReduced

reduced

data PrimFun

defClauses

defCompiled

defJSDef

defEpicDef

defDelayed

defCopy

defAbstract

Injectivity

type FunctionInverse

data FunctionInverse' c

data TermHead

Mutual blocks

data MutualId

Statistics

type Statistics

Trace

data Call

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

Context

type Context

data ContextEntry

data CtxId

Let bindings

type LetBindings

Abstract mode

data AbstractMode

Insertion of implicit arguments

data ExpandHidden

data ExpandInstances

Type checking errors

data Occ

data OccPos

data CallInfo

data TerminationError

data TypeError

data LHSOrPatSyn

data TCErr

Type checking monad transformer

data TCMT m a

type TCM

class MonadTCM tcm

catchError_

mapTCMT

pureTCM

returnTCMT

bindTCMT

thenTCMT

fmapTCMT

apTCMT

patternViolation

internalError

typeError

runTCM

runTCM'

forkTCM

extendlambdaname