Idris2Doc : Text.Parser.Expression

Text.Parser.Expression

Definitions

dataAssoc : Type
Totality: total
Visibility: public export
Constructors:
AssocNone : Assoc
AssocLeft : Assoc
AssocRight : Assoc
dataOp : Type->Type->Type->Type
Totality: total
Visibility: public export
Constructors:
Prefix : GrammarstatekTrue (a->a) ->Opstateka
Postfix : GrammarstatekTrue (a->a) ->Opstateka
Infix : GrammarstatekTrue (a->a->a) ->Assoc->Opstateka
OperatorTable : Type->Type->Type->Type
Visibility: public export
buildExpressionParser : OperatorTablestateka->GrammarstatekTruea->GrammarstatekTruea
Visibility: export