package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('M, 'internal) t = {
  1. leading : 'M Comment.t list;
  2. trailing : 'M Comment.t list;
  3. internal : 'internal;
}