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/Stream/index.html

Module Transept_specs.Stream

Describes a stream

Define the Stream. This module provides basic operations used to read one by one elements from a stream.

module type BUILDER = sig ... end

A Builder has the capability to build a stream from an alternate data. The corresponding type is abstract and strongly linked to the CORE module.

module CORE : sig ... end
module type API = module type of CORE
OCaml

Innovation. Community. Security.