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