We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afa586 commit fdac014Copy full SHA for fdac014
CHANGELOG.md
@@ -733,6 +733,13 @@ Non-backwards compatible changes
733
* In accordance with changes to the flags in Agda 2.6.3, all modules that previously used
734
the `--without-K` flag now use the `--cubical-compatible` flag instead.
735
736
+* To avoid _large indices_ that are by default no longer allowed in Agda 2.6.4,
737
+ universe levels have been increased in the following definitions:
738
+ - `Data.Star.Decoration.DecoratedWith`
739
+ - `Data.Star.Pointer.Pointer`
740
+ - `Reflection.AnnotatedAST.Typeₐ`
741
+ - `Reflection.AnnotatedAST.AnnotationFun`
742
+
743
* The first two arguments of `m≡n⇒m-n≡0` (now `i≡j⇒i-j≡0`) in `Data.Integer.Base`
744
have been made implicit.
745
0 commit comments