Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val parse :
?pushback:(unit -> unit Async.Deferred.t) ->
'a Angstrom.t ->
Async.Reader.t ->
('a, string) Stdlib.result Async.Deferred.t
val parse_many :
'a Angstrom.t ->
('a -> unit Async.Deferred.t) ->
Async.Reader.t ->
(unit, string) Stdlib.result Async.Deferred.t