Module ClassSignature.Constraint

type t = {
  1. left : TypeExpr.t;
  2. right : TypeExpr.t;
  3. doc : Comment.docs;
}