Idris2Doc : Protocol.IDE.Command

Protocol.IDE.Command

(source)

Definitions

dataDocMode : Type
Totality: total
Visibility: public export
Constructors:
Overview : DocMode
Full : DocMode
recordHints : Type
Totality: total
Visibility: public export
Constructor: 
MkHints : ListString->Hints

Projection: 
.list : Hints->ListString

Hints:
FromSExpableHints
SExpableHints
.list : Hints->ListString
Totality: total
Visibility: public export
list : Hints->ListString
Totality: total
Visibility: public export
dataIDECommand : Type
Totality: total
Visibility: public export
Constructors:
Interpret : String->IDECommand
LoadFile : String->MaybeInteger->IDECommand
TypeOf : String->Maybe (Integer, Integer) ->IDECommand
NameAt : String->Maybe (Integer, Integer) ->IDECommand
CaseSplit : Integer->Integer->String->IDECommand
AddClause : Integer->String->IDECommand
AddMissing : Integer->String->IDECommand
Intro : Integer->String->IDECommand
Refine : Integer->String->String->IDECommand
ExprSearch : Integer->String->Hints->Bool->IDECommand
ExprSearchNext : IDECommand
GenerateDef : Integer->String->IDECommand
GenerateDefNext : IDECommand
MakeLemma : Integer->String->IDECommand
MakeCase : Integer->String->IDECommand
MakeWith : Integer->String->IDECommand
DocsFor : String->MaybeDocMode->IDECommand
Directive : String->IDECommand
Apropos : String->IDECommand
Metavariables : Integer->IDECommand
WhoCalls : String->IDECommand
CallsWho : String->IDECommand
BrowseNamespace : String->IDECommand
NormaliseTerm : String->IDECommand
ShowTermImplicits : String->IDECommand
HideTermImplicits : String->IDECommand
ElaborateTerm : String->IDECommand
PrintDefinition : String->IDECommand
ReplCompletions : String->IDECommand
EnableSyntax : Bool->IDECommand
Version : IDECommand
GetOptions : IDECommand

Hints:
FromSExpableIDECommand
SExpableIDECommand