Skip to content

Commit

Permalink
CHANGELOG for #1625 (--lossy-unification) and #6108
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Oct 25, 2022
1 parent d8c7194 commit 6b55111
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ Cubical Agda
```

* Definitions which pattern match on higher-inductive types are no
longer considered for injectivity analysis. ([#6219](https://github.com/agda/agda/issues/6047))
longer considered for injectivity analysis.
([#6219](https://github.com/agda/agda/pull/6219))

* Higher constructors are no longer considered as guarding in the productivity check.
([#6108](https://github.com/agda/agda/issues/6108))

Reflection
----------
Expand Down Expand Up @@ -238,6 +242,11 @@ Pragmas and options
test = refl
```

* Option `--experimental-lossy-unification` that turns on
(the incomplete) first-order unification has been renamed to
`--lossy-unification`.
([#1625](https://github.com/agda/agda/issues/1625))

* The new option `--no-load-primitives` complements `--no-import-sorts`
by foregoing loading of the primitive modules altogether. This option
leaves Agda in a very fragile state, as the built-in sorts are used
Expand Down

0 comments on commit 6b55111

Please sign in to comment.