Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
data IdeSlaveCommand Source
REPLCompletions String | |
Interpret String | |
TypeOf String | |
CaseSplit Int String | |
AddClause Int String | |
AddProofClause Int String | |
AddMissing Int String | |
MakeWithBlock Int String | |
ProofSearch Bool Int String [String] (Maybe Int) | ^ Recursive?, line, name, hints, depth |
MakeLemma Int String | |
LoadFile String (Maybe Int) | |
DocsFor String | |
Apropos String | |
GetOpts | |
SetOpt Opt Bool | |
Metavariables Int | ^ the Int is the column count for pretty-printing |
WhoCalls String | |
CallsWho String | |
TermNormalise [(Name, Bool)] Term | |
TermShowImplicits [(Name, Bool)] Term | |
TermNoImplicits [(Name, Bool)] Term |
SExpable Bool | |
SExpable Int | |
SExpable Integer | |
SExpable String | |
SExpable Name | |
SExpable OutputAnnotation | |
SExpable NameOutput | |
SExpable FC | |
SExpable SExp | |
SExpable a => SExpable [a] | |
SExpable a => SExpable (Maybe a) | |
(SExpable a, SExpable b) => SExpable (a, b) | |
(SExpable a, SExpable b, SExpable c) => SExpable (a, b, c) | |
(SExpable a, SExpable b, SExpable c, SExpable d) => SExpable (a, b, c, d) | |
(SExpable a, SExpable b, SExpable c, SExpable d, SExpable e) => SExpable (a, b, c, d, e) |