class Temple::Filters::StaticMerger

def compile(exp)

def compile(exp)
  exp.first == :multi ? on_multi(*exp[1..-1]) : exp
end