package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Property : sig ... end
module SpreadProperty : sig ... end
type ('M, 'T) property =
  1. | Property of ('M, 'T) Property.t
  2. | SpreadProperty of ('M, 'T) SpreadProperty.t
and ('M, 'T) t = {
  1. properties : ('M, 'T) property list;
  2. comments : ('M, 'M Comment.t list) Syntax.t option;
}