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/v1.4.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,5 @@ Other minor additions
41
41
---------------------
42
42
43
43
* Added the decidablitity functions `_<‴?_`, `_≤‴?_`, `_≥‴?_`, and `_>‴?_` for deciding `≤‴` in `Data.Nat.Properties`.
44
+
45
+
* Moved `≡-dec` from `Data.Product.Properties.WithK` to `Data.Product.Properties`. The proof has been changed so that is uses that decidability implies UIP and no longer uses axiom K. Functions `injectiveʳ-≡` and `injectiveʳ-UIP` have also been added to `Data.Product.Properties`. Aliases have been added to `Data.Product.Properties.WithK` though there could be clashes in code which imports both modules.
0 commit comments