You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG_NEXT.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
2
-
This CHANGELOG describes the merged but unreleased changes. Please see [CHANGELOG](./CHANGELOG.md) for changes to all previously released versions of Idris2. All new PRs should target this file (`CHANGELOG_NEXT`).
2
+
This CHANGELOG describes the merged but unreleased changes.
3
+
Please see [CHANGELOG](./CHANGELOG.md) for changes to all previously released versions of Idris2.
4
+
All new PRs should target this file (`CHANGELOG_NEXT`).
3
5
4
6
# Changelog
5
7
@@ -52,6 +54,9 @@ This CHANGELOG describes the merged but unreleased changes. Please see [CHANGELO
52
54
* The compiler now parses `~x.fun` as unquoting `x` rather than `x.fun`
53
55
and `~(f 5).fun` as unquoting `(f 5)` rather than `(f 5).fun`.
54
56
57
+
* Elaborator script's expression under the `%runElab` is now typechecked in the context
58
+
of quantity `0`, because it is present and works only at the compile time
0 commit comments