codewars/lambda-calculus

Prettier error messages

Kacarott opened this issue · 1 comments

Might already be done, should confirm with a variety of failure types:

  • Variable not declared
  • Parse error
  • Trying to recurse, when not in LetRec (same as Variable not declared?)
  • Trying to call value provided by tests (" xxx is not a function")

... and others?

First three are already done I think; fourth can't be done.