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