package melange

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module EnumDeclaration.SymbolBodySource

Sourcetype 'M t = {
  1. members : 'M DefaultedMember.t list;
  2. has_unknown_members : bool;
  3. comments : ('M, 'M Comment.t list) Syntax.t option;
}
Sourceval pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> 'M t -> string