Up

module Variant

: sig

OCaml variant type.

#
type 'constructor t = {
# name
: string;
# rank
: int;
# constructor
: 'constructor;
}
end