class Steep::TypeInference::Context::BlockContext

def subst(s)

def subst(s)
  BlockContext.new(body_type: body_type&.subst(s))
end