Skip to content

Commit

Permalink
mention generic num removal. Fixes #706
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Jun 26, 2024
1 parent 6146d2d commit 892bad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* Fix several representation bugs related to arbitrary-precision floats. Thanks to Sirui
Lu for the reports and patches.

* Removed the generic Num a => Num (SBV a) instance. When used at a non-standard type, this
created type-checking but invalid SBV programs. See https://github.com/LeventErkok/sbv/issues/706
for details.

### Version 10.10, 2024-05-11

* Add EqSymbolic, OrdSymbolic and Mergeable instances for NonEmpty type
Expand Down

0 comments on commit 892bad6

Please sign in to comment.