Skip to content

Commit

Permalink
Merge pull request #3489 from FStarLang/guido_tac
Browse files Browse the repository at this point in the history
Misc tactic improvements
  • Loading branch information
mtzguido authored Sep 19, 2024
2 parents 650b216 + e165e68 commit 21688c3
Show file tree
Hide file tree
Showing 19 changed files with 975 additions and 550 deletions.
1 change: 1 addition & 0 deletions ocaml/fstar-lib/FStar_Tactics_V2_Builtins.ml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ let norm = fun s -> from_tac_1 "B.norm" B.norm s
let norm_term_env = fun e s -> from_tac_3 "B.norm_term_env" B.norm_term_env e s
let norm_binding_type = fun s -> from_tac_2 "B.norm_binding_type" B.norm_binding_type s
let intro = from_tac_1 "B.intro" B.intro
let intros = from_tac_1 "B.intros" B.intros
let intro_rec = from_tac_1 "B.intro_rec" B.intro_rec
let rename_to = from_tac_2 "B.rename_to" B.rename_to
let revert = from_tac_1 "B.revert" B.revert
Expand Down
31 changes: 17 additions & 14 deletions ocaml/fstar-lib/generated/FStar_Syntax_Util.ml

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

36 changes: 27 additions & 9 deletions ocaml/fstar-lib/generated/FStar_Tactics_Hooks.ml

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

Loading

0 comments on commit 21688c3

Please sign in to comment.