package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('M, 'T) t = {
  1. value : string;
  2. require_out : 'T;
  3. prefix_len : int;
  4. legacy_interop : bool;
  5. raw : string;
  6. comments : ('M, unit) Syntax.t option;
}