Module Polymorphic_variant.Constructor

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