package melange

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