transept.specs
Transept_specs.Stream
Describes a stream
Define the Stream. This module provides basic operations used to read one by one elements from a stream.
Stream
transept
transept.core
transept.extension
transept.genlex
transept.json
transept.stream
transept.utils
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.
Builder
CORE
module CORE : sig ... end
module type API = module type of CORE