Module TypeDecl.Constructor
type argument = | Tuple of Odoc_model.Lang.TypeExpr.t list| Record of Odoc_model.Lang.TypeDecl.Field.t list
type t = {id : Odoc_model.Paths.Identifier.Constructor.t;doc : Odoc_model.Comment.docs;args : Odoc_model.Lang.TypeDecl.Constructor.argument;res : Odoc_model.Lang.TypeExpr.t option;
}