class Steep::AST::Types::Class

def subst(s)

def subst(s)
  if s.module_type
    s.module_type
  else
    self
  end
end