Module Polymorphic_variant.Constructor
type t
=
{
name : string;
constant : bool;
arguments : TypeExpr.t list;
doc : Odoc_model.Comment.docs;
}
Polymorphic_variant.Constructor
type t
=
{
name : string; |
constant : bool; |
arguments : TypeExpr.t list; |
doc : Odoc_model.Comment.docs; |
}