Module TypeDecl.Equation
type t = {params : Odoc_model.Lang.TypeDecl.param list;private_ : bool;manifest : Odoc_model.Lang.TypeExpr.t option;constraints : (Odoc_model.Lang.TypeExpr.t * Odoc_model.Lang.TypeExpr.t) list;
}TypeDecl.Equationtype t = {params : Odoc_model.Lang.TypeDecl.param list;private_ : bool;manifest : Odoc_model.Lang.TypeExpr.t option;constraints : (Odoc_model.Lang.TypeExpr.t * Odoc_model.Lang.TypeExpr.t) list;}