package melange

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

Module EnumDeclaration.InitializedMemberSource

Sourcetype ('I, 'M) t = 'M * ('I, 'M) t'
Sourceand ('I, 'M) t' = {
  1. id : ('M, 'M) Identifier.t;
  2. init : 'M * 'I;
}
Sourceval pp : (Format.formatter -> 'I -> unit) -> (Format.formatter -> 'M -> unit) -> Format.formatter -> ('I, 'M) t -> unit
Sourceval show : (Format.formatter -> 'I -> unit) -> (Format.formatter -> 'M -> unit) -> ('I, 'M) t -> string
Sourceval pp_t' : (Format.formatter -> 'I -> unit) -> (Format.formatter -> 'M -> unit) -> Format.formatter -> ('I, 'M) t' -> unit
Sourceval show_t' : (Format.formatter -> 'I -> unit) -> (Format.formatter -> 'M -> unit) -> ('I, 'M) t' -> string