jon.recoil.org

Module Polymorphic_variant.Constructor

type t = {
  1. name : string;
  2. constant : bool;
  3. arguments : Odoc_xref2.Component.TypeExpr.t list;
  4. doc : Odoc_xref2.Component.CComment.docs;
}