package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('I, 'M) t = 'M * ('I, 'M) t'
and ('I, 'M) t' = {
  1. id : ('M, 'M) Identifier.t;
  2. init : 'M * 'I;
}