package melange

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

Module EnumDeclaration.DefaultedMemberSource

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