Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val parse :
?pushback:(unit -> unit Lwt.t) ->
'a Angstrom.t ->
Lwt_io.input_channel ->
(Angstrom.Buffered.unconsumed * ('a, string) Result.result) Lwt.t
val parse_many :
'a Angstrom.t ->
('a -> unit Lwt.t) ->
Lwt_io.input_channel ->
(Angstrom.Buffered.unconsumed * (unit, string) Result.result) Lwt.t