Closed porky11 closed 8 years ago
I didn't find an error like this:
(let ((x \ a b)) ;;should have been (x \ (- a b)) …)
I just got wrong results so this should report errors.
On Thu, Sep 15, 2016 at 06:53:56AM -0700, Fabio Krapohl wrote:
I didn't find an error like this: (let ((x \ a b)) …) I just got wrong results so this should report errors.
(let ((x \ a b)) …)
Thanks, this has been fixed.
I didn't find an error like this:
I just got wrong results so this should report errors.