(bind-func stringify:[String*,Add*]* (lambda (x) (cat (Str "(") (stringify (tref x 0)) (Str " + ") (stringify (tref x 1)) (Str ")"))))