package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('M, 'T) t = {
  1. default : 'M;
  2. declaration : ('M, 'T) declaration;
  3. comments : ('M, unit) Syntax.t option;
}
and ('M, 'T) declaration =
  1. | Declaration of ('M, 'T) Statement.t
  2. | Expression of ('M, 'T) Expression.t