package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type variant =
  1. | Normal
  2. | Maybe
  3. | Star
type ('M, 'T) t = {
  1. operator_loc : 'M;
  2. argument : ('M, 'T) Type.t;
  3. comments : ('M, unit) Syntax.t option;
  4. variant : variant;
}
OCaml

Innovation. Community. Security.