package melange

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

Module EnumDeclaration.StringBodySource

Sourcetype 'M t = {
  1. members : ('M StringLiteral.t, 'M) members;
  2. explicit_type : bool;
  3. has_unknown_members : bool;
  4. comments : ('M, 'M Comment.t list) Syntax.t option;
}
Sourceand ('I, 'M) members =
  1. | Defaulted of 'M DefaultedMember.t list
  2. | Initialized of ('I, 'M) InitializedMember.t list
Sourceval pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> 'M t -> string
Sourceval pp_members : (Format.formatter -> 'I -> unit) -> (Format.formatter -> 'M -> unit) -> Format.formatter -> ('I, 'M) members -> unit
Sourceval show_members : (Format.formatter -> 'I -> unit) -> (Format.formatter -> 'M -> unit) -> ('I, 'M) members -> string