package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('M, 'T) t' = {
  1. id : ('M, 'M) Identifier.t option;
  2. key : ('M, 'T) Type.t;
  3. value : ('M, 'T) Type.t;
  4. static : bool;
  5. variance : 'M Variance.t option;
  6. comments : ('M, unit) Syntax.t option;
}
and ('M, 'T) t = 'M * ('M, 'T) t'