# Testing reported bugs, in particular parsing of function calls, and so on. $(use "env5.ml") # Env5.ml defines \$(let concat x y = "\$(x)\$(y)";;) \$let f x = x;; \$let g y = \$(concat y y);; Now we evaluate: $(g "a") $(g "(") $(g ")") $(f $(g "a")) $(f $(g "(")) \\$\(f (g ")"));;