package transept

  1. Overview
  2. Docs
Generalized parser combinator library

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
sha256=670634cc4be9a297c0f7174b61136e528a9d58ceab3ed78d71ef4680e4721e8b
md5=292994b959f2c2a55b9c1b2e10a09211

doc/transept.specs/Transept_specs/index.html

Module Transept_specs

The Transept_specs provides all signatures mandatory for Transept.

module Element : sig ... end

Describes an element

module Stream : sig ... end

Describes a stream

module Response : sig ... end

Describes a response

module Parser : sig ... end

Describes a parser

API Shortcuts

Shortcuts for the API of each objects (by convention, OCaml module types are in uppercase).

module type ELEMENT = Element.API
module type STREAM = Stream.API
module type RESPONSE = Response.API
module type PARSER = Parser.API
OCaml

Innovation. Community. Security.

On This Page
  1. API Shortcuts