Closed jstolarek closed 3 years ago
Nested let expressions are not tested at all. I mean expressions of the form:
let x = (let y = (let z = ... in ...) in ...) in ...
Need to add tests for them.
This is actually tested in example E3∘, where generalization $ desugars into nested lets.
$
Nested let expressions are not tested at all. I mean expressions of the form:
Need to add tests for them.