Transept_specsThe Transept_specs provides all signatures mandatory for Transept.
module Element : sig ... endDescribes an element
module Stream : sig ... endDescribes a stream
module Response : sig ... endDescribes a response
module Parser : sig ... endDescribes a parser
Shortcuts for the API of each objects (by convention, OCaml module types are in uppercase).
module type ELEMENT = Element.APImodule type STREAM = Stream.APImodule type RESPONSE = Response.APImodule type PARSER = Parser.API