Idris2Doc : Text.ILex.FS

Text.ILex.FS

(source)

Reexports

importpublic FS
importpublic Text.ILex

Definitions

streamParseErr : Hasexes=>ELift1qf=> (e->ex) ->P1qea->PullfByteStringesx->Pullfaesx
  Converts a stream of byte strings to a list of tokens of
type `a`.

This can be used with any non-backtracking parsers, but for large
amounts of data, the mutable parser stack must accumulate completely
parsed values and emit them after every chunk of bytes has been
processed.

Totality: total
Visibility: export
streamParseFrom : Has (ByteErrore) es=>ELift1qf=>Origin->P1q (ByteBoundede) a->PullfByteStringesx->Pullfaesx
Totality: total
Visibility: export
streamParse : Hasees=>ELift1qf=>P1qea->PullfByteStringesx->Pullfaesx
  Converts a stream of byte strings to a list of tokens of
type `a`.

This can be used with any non-backtracking parsers, but for large
amounts of data, the mutable parser stack must accumulate completely
parsed values and emit them after every chunk of bytes has been
processed.

Totality: total
Visibility: export
streamValErr : Hasexes=>ELift1qf=> (e->ex) -> Lazy a->P1qea->StreamfesByteString->Pullfoesa
Totality: total
Visibility: export
streamValFrom : Has (ByteErrore) es=>ELift1qf=>Origin-> Lazy a->P1q (ByteBoundede) a->StreamfesByteString->Pullfoesa
Totality: total
Visibility: export
streamVal : Hasees=>ELift1qf=> Lazy a->P1qea->StreamfesByteString->Pullfoesa
Totality: total
Visibility: export