package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('M, 'T) t = 'T * ('M, 'T) t'
and kind =
  1. | Constructor
  2. | Method
  3. | Get
  4. | Set
and ('M, 'T) t' = {
  1. kind : kind;
  2. key : ('M, 'T) Expression.Object.Property.key;
  3. value : 'M * ('M, 'T) Function.t;
  4. static : bool;
  5. decorators : ('M, 'T) Class.Decorator.t list;
  6. comments : ('M, unit) Syntax.t option;
}
OCaml

Innovation. Community. Security.