Skip to content

Commit bb965ca

Browse files
authored
[ re #1226 ] Update the changelog (#1239)
1 parent 6b0f13d commit bb965ca

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ Non-backwards compatible changes
2929
library. This allowed them to be used in the rest of library where
3030
explicit `Lift` was used.
3131

32+
* The representation of reflected syntax in `Reflection.Term` and
33+
`Reflection.Pattern` has been updated to match the new
34+
representation used in Agda 2.6.2. Specifically, the following changes were made:
35+
36+
* The type of the `var` constructor of the `Pattern` datatype has
37+
been changed from `(x : String) → Pattern` to `(x : Int) →
38+
Pattern`.
39+
* The type of the `dot` constructor of the `Pattern` datatype has
40+
been changed from `Pattern` to `(t : Term) → Pattern`
41+
* The types of the `clause` and `absurd-clause` constructors of the
42+
`Clause` datatype now take an extra argument `(tel : Telescope)`,
43+
where `Telescope = List (String × Arg Type)`.
44+
45+
See the release notes of Agda 2.6.2 for more information.
46+
3247
Deprecated modules
3348
------------------
3449

0 commit comments

Comments
 (0)