Module Transept_utils

The Transept_utils provides basic function and modules used by Transept

module Utils : sig ... end

Describes the basic functions

module Iterator : sig ... end

Describes the minimal iterator module

API Shortcuts

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

module type ITERATOR = Iterator.API