Token.Parserinclude Transept_specs.Parser.CORE with type e = Lexeme.tmodule Response : Transept_specs.Response.APImodule Stream : Transept_specs.Stream.APItype e = Lexeme.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