Idris2Doc : Text.ILex.FS

Text.ILex.FS

(source)

Reexports

importpublic FS
importpublic Text.ILex

Definitions

streamParse : Has (BBErre) es=>ELift1qf=>P1q (BBErre) a->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
streamVal : Has (BBErre) es=>ELift1qf=> Lazy a->P1q (BBErre) a->StreamfesByteString->Pullfoesa
Totality: total
Visibility: export