beautifHOLContentsIndex
AbsHOL
Documentation
newtype Idents
Constructors
Idents String
show/hide Instances
newtype PredId
Constructors
PredId String
show/hide Instances
newtype FunctId
Constructors
FunctId String
show/hide Instances
data PROGRAM
Constructors
PROGRAM [SENT]
show/hide Instances
data DEF
Constructors
DefSent Idents SENT
show/hide Instances
Eq DEF
Ord DEF
Show DEF
Print DEF
data SENT
Constructors
ASentPred PredId [TERMS]
TrueSent
FalseSent
IdentSent Idents
ASentEq TERM TERM
NegSent SENT
IfSent SENT SENT SENT
AndSent SENT SENT
OrSent SENT SENT
ImpSent SENT SENT
LetSent [DEF] SENT
ForallSent [TERM] SENT
ExistsSent [TERM] SENT
show/hide Instances
data TERM
Constructors
FunctTerm FunctId [TERMS]
ConstVarTerm Idents
show/hide Instances
data TERMS
Constructors
Terms [TERM]
show/hide Instances
Produced by Haddock version 2.4.1