class Steep::Subtyping::Relation

def flip

def flip
  self.class.new(
    sub_type: super_type,
    super_type: sub_type
  )
end