Transept_utilsThe Transept_utils provides basic function and modules used by Transept
module Utils : sig ... endDescribes the basic functions
module Iterator : sig ... endDescribes the minimal iterator module
Shortcuts for the API of each objects (by convention, OCaml module types are in uppercase).
module type ITERATOR = Iterator.API