class Steep::Subtyping::Relation

def initialize(sub_type:, super_type:)

def initialize(sub_type:, super_type:)
  @sub_type = sub_type
  @super_type = super_type
end