class Steep::Subtyping::Result::Base

def then

def then
  if success?
    yield self
  else
    self
  end
end