manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
135 stars 19 forks source link

Incorrect example in manual section 4.1 #33

Closed svenha closed 4 years ago

svenha commented 4 years ago

The first example in 4.1 is:

((lambda (x y) x) 3 4 5 6)

It is an error, and the result shown in the manual won't appear.

manuel-serrano commented 4 years ago

Thanks for this report. I have fixed the documentation.