Module Extension.Constructor
type t = {id : Odoc_model.Paths.Identifier.Extension.t;source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;doc : Odoc_model.Comment.docs;args : Odoc_model.Lang.TypeDecl.Constructor.argument;res : Odoc_model.Lang.TypeExpr.t option;
}