mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-24 12:54:28 +03:00
f1a4e0c09d
Elaborate the scope of a let without the computational behaviour, meaning that `let x = v in e` is equivalent to `(\x => e) v`. This makes things more consistent (in that let bindings already don't propagate inside case or with blocks) at the cost of not being able to rely on the computational behaviour in types. More importantly, it removes a significant potential source of slowness. Fixes #58 If you need the computational behaviour, you can use a local function definition instead.
2 lines
28 B
Plaintext
2 lines
28 B
Plaintext
1/1: Building Big (Big.idr)
|