Skip to content

Commit

Permalink
Merge pull request #2871 from FStarLang/_aseem_2868
Browse files Browse the repository at this point in the history
Removing with_type (and vcgen.optimize_bind_as_seq)
  • Loading branch information
aseemr authored Apr 3, 2023
2 parents b9a9452 + bd30ab0 commit 8db8d76
Show file tree
Hide file tree
Showing 19 changed files with 339 additions and 768 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,10 @@ Guidelines for the changelog:
expected output location, we raise Warning 321.
## Command line options
* F* no longer supports the vcgen.optimize_bind_as_seq command line
option for tweaking the verification condition generation.
The option was not on by-default, and hence was not maintained well.
Further, as issue #2868 observed, it relied on a strange SMT axiom.
* [Issue #2385](https://github.com/FStarLang/FStar/issues/2385).
The behavior of the --extract option was changed so that it no
Expand Down
89 changes: 32 additions & 57 deletions ocaml/fstar-lib/generated/FStar_Options.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ocaml/fstar-lib/generated/FStar_Parser_Const.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ocaml/fstar-lib/generated/FStar_Pervasives.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 1 addition & 30 deletions ocaml/fstar-lib/generated/FStar_SMTEncoding_Encode.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8db8d76

Please sign in to comment.