Library
Module
Module type
Parameter
Class
Class type
include Transept_specs.Parser.CORE with type e = Lexeme.t
module Response : Transept_specs.Response.API
module Stream : Transept_specs.Stream.API
type e = Lexeme.t
The element abstract type. Elements are provided by the stream used during the parsing.
include Transept_specs.Parser.MONAD with type 'a t := 'a t
include Transept_specs.Parser.FLOW with type 'a t := 'a t
Parser dedicated to parser sequence removing the right parser result.
include Transept_specs.Parser.ATOMIC with type 'a t := 'a t and type e := e
include Transept_specs.Parser.REPEATABLE with type 'a t := 'a t