package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('M, 'T) t = {
  1. left : ('M, 'T) left;
  2. right : ('M, 'T) Expression.t;
  3. body : ('M, 'T) Statement.t;
  4. each : bool;
  5. comments : ('M, unit) Syntax.t option;
}
and ('M, 'T) left =
  1. | LeftDeclaration of 'M * ('M, 'T) VariableDeclaration.t
  2. | LeftPattern of ('M, 'T) Pattern.t