package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type operator =
  1. | Increment
  2. | Decrement
and ('M, 'T) t = {
  1. operator : operator;
  2. argument : ('M, 'T) Expression.t;
  3. prefix : bool;
  4. comments : ('M, unit) Syntax.t option;
}