class Steep::AST::Node::TypeApplication

def self.parse(location)

def self.parse(location)
  if location.source =~/\A\$\s*(.+)/
    TypeApplication.new(location)
  end
end