class Steep::TypeConstruction::Pair

def initialize(type:, constr:)

def initialize(type:, constr:)
  @type = type
  @constr = constr
end