package transept

  1. Overview
  2. Docs
On This Page
  1. API Shortcuts
Legend:
Library
Module
Module type
Parameter
Class
Class type

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