package transept

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Describes the minimal iterator module

The Iterator specifies traditional fold_left and fold_right function signatures

Structure anatomy

module CORE : sig ... end

API

module type API = module type of CORE