class Steep::Subtyping::Result::Success

def failure_path(path = [])

def failure_path(path = [])
  nil
end

def success?

def success?
  true
end