Parser.Makemodule S : Transept_specs.STREAMmodule E : Transept_specs.ELEMENTinclude Transept_specs.Parser.CORE
with type e = E.t
with module Stream = S
with module Response = Transept_core.Response.Basicmodule Response = Transept_core.Response.Basicmodule Stream = Stype e = E.tThe element abstract type. Elements are provided by the stream used during the parsing.
include Transept_specs.Parser.MONAD with type 'a t := 'a tinclude Transept_specs.Parser.FLOW with type 'a t := 'a tParser dedicated to parser sequence removing the right parser result.
include Transept_specs.Parser.ATOMIC with type 'a t := 'a t and type e := einclude Transept_specs.Parser.REPEATABLE with type 'a t := 'a t