Skip to content

Commit fdac014

Browse files
andreasabelMatthewDaggitt
authored andcommitted
CHANGELOG for #2030: fix large indices
1 parent 4afa586 commit fdac014

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,13 @@ Non-backwards compatible changes
733733
* In accordance with changes to the flags in Agda 2.6.3, all modules that previously used
734734
the `--without-K` flag now use the `--cubical-compatible` flag instead.
735735

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+
736743
* The first two arguments of `m≡n⇒m-n≡0` (now `i≡j⇒i-j≡0`) in `Data.Integer.Base`
737744
have been made implicit.
738745

0 commit comments

Comments
 (0)