Łukasz Czajka
|
161a34c36b
|
Optional braces in case syntax (#2778)
* Closes #2769
* Removes old case syntax
* Pretty printing doesn't print braces in `case` if the `case` is a
"top" expression in a definition.
|
2024-05-22 18:14:03 +01:00 |
|
Łukasz Czajka
|
2baad15a41
|
Remove old function syntax (#2305)
* Enables new function syntax in local let-declarations
* Closes #2251
|
2023-08-24 16:24:47 +02:00 |
|
Łukasz Czajka
|
2b5524ded1
|
Preserve name and location information in Internal-to-Core (#1933)
* Closes #1846
* Preserves location information for all created `Match` nodes so that
match-to-case always has a location available.
|
2023-03-28 10:29:24 +02:00 |
|