Skip to content

Commit

Permalink
Remove boundedfix and boundedlist
Browse files Browse the repository at this point in the history
These are relatively unused and more or less obsolete with support for recursive functions and proper sequences
  • Loading branch information
LeventErkok committed Dec 23, 2024
1 parent b88dabe commit 69542de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 241 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
* [BACKWARDS COMPATIBILITY] Removed rarely used functions mapi, foldli, foldri from Data.SBV.List. These
can now be defined by the user as we have proper support for fold and map using lambdas.

* [BACKWARDS COMPATIBILITY] Removed "Data/SBV/Tools/BoundedFix.hs", and "Data/SBV/Tools/BoundedList.hs", which
were relatively unused and are more or less obsolete with SBV's new support for sequences and recursive
functions. If you were using these functions you could easily recreate them. Please get in touch if you
need this old functionality.

### Version 11.0, 2024-11-06

* [BACKWARDS COMPATIBILITY] SBV now handles arrays in a much more uniform way, unifying
Expand Down
88 changes: 0 additions & 88 deletions Data/SBV/Tools/BoundedFix.hs

This file was deleted.

150 changes: 0 additions & 150 deletions Data/SBV/Tools/BoundedList.hs

This file was deleted.

3 changes: 0 additions & 3 deletions sbv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,8 @@ Library
, Data.SBV.Tuple
, Data.SBV.RegExp
, Data.SBV.Tools.BMC
, Data.SBV.Tools.BoundedList
, Data.SBV.Tools.BVOptimize
, Data.SBV.Tools.Induction
, Data.SBV.Tools.BoundedFix
, Data.SBV.Tools.CodeGen
, Data.SBV.Tools.GenTest
, Data.SBV.Tools.KnuckleDragger
Expand Down Expand Up @@ -321,7 +319,6 @@ Test-Suite SBVTest
, TestSuite.Basics.Assert
, TestSuite.Basics.BarrelRotate
, TestSuite.Basics.BasicTests
, TestSuite.Basics.BoundedList
, TestSuite.Basics.DynSign
, TestSuite.Basics.EqSym
, TestSuite.Basics.Exceptions
Expand Down

0 comments on commit 69542de

Please sign in to comment.