class Steep::Subtyping::Result::Failure

def initialize(error:, trace:)

def initialize(error:, trace:)
  @error = error
  @trace = trace.dup
end