Up
Module
Variant
OCaml variant type.
Signature
type
'constructor t = {
name
: string
;
rank
: int
;
constructor
: 'constructor
;
}