Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ fix #72 ] remove the broken modules #3319

Merged
merged 4 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG_NEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,23 @@ This CHANGELOG describes the merged but unreleased changes. Please see [CHANGELO
* Function `invFin` from `Data.Fin.Extra` was deprecated in favour of
`Data.Fin.complement` from `base`.

* The `Control.Algebra` library from `contrib` has been removed due to being
broken, unfixed for years, and on several independent occasions causing
confusion with people picking up Idris and trying to use it.
- Detailed discussion can be found in
[Idris2#72](https://github.com/idris-lang/Idris2/issues/72).
- For reasoning about algebraic structures and proofs, please see
[Frex](https://github.com/frex-project/idris-frex/) and
[idris2-algebra](https://github.com/stefan-hoeck/idris2-algebra/).

* Since they depend on `Control.Algebra`, the following `contrib` libraries have
also been removed:
- `Control/Monad/Algebra.idr`
- `Data/Bool/Algebra.idr`
- `Data/List/Algebra.idr`
- `Data/Morphisms/Algebra.idr`
- `Data/Nat/Algebra.idr`

#### Network

* Add a missing function parameter (the flag) in the C implementation of `idrnet_recv_bytes`
154 changes: 0 additions & 154 deletions libs/contrib/Control/Algebra.idr

This file was deleted.

22 changes: 0 additions & 22 deletions libs/contrib/Control/Algebra/Implementations.idr

This file was deleted.

Loading
Loading