Module Polymorphic_variant.Constructor

type t = {
name : string;
constant : bool;
arguments : t list;
doc : CComment.docs;
}