prakhar1989 / JSJS

A strongly typed language for the web!
http://jsjs-lang.org
MIT License
40 stars 5 forks source link

Generating print-fns correctly #64

Closed prakhar1989 closed 8 years ago

prakhar1989 commented 8 years ago
List.iter(/\(x) => print_num(x), results); // works
List.iter(print_num, results); // doesn't