Skip to content

Commit

Permalink
mention new file
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Dec 5, 2024
1 parent eb5f1b6 commit 9e65346
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
polymporphically, and (except reverse and zip) all take a function as an argument. SBV firstifies these
functions, and the resulting code is compatible with Z3 and CVC5. (Firstification might change in the
future, as SMTLib gains support for more higher-order features itself.) Proof-support in backend solvers
for higher-order functions is still quite weak, though KnuckleDragger makes things easier. See
Documentation.SBV.Examples.KnuckleDragger.Lists for several examples.
for higher-order functions is still quite weak, though KnuckleDragger makes things easier.

* New examples added: Documentation.SBV.Examples.KnuckleDragger.{Lists|EquationalReasoning}.

* [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.
Expand Down

0 comments on commit 9e65346

Please sign in to comment.