# File lib/astrolabe/sexp.rb, line 11
    def s(type, *children)
      Node.new(type, children)
    end