diff options
| author | Pierre-Marie Pédrot | 2017-09-26 18:57:18 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-09-26 19:55:11 +0200 |
| commit | 940da8a791b8b1c704f28662fa2e6a8f3ddf040f (patch) | |
| tree | a0b4355d74b5463c949ce41aba5f17d7efa2921f /src/tac2core.ml | |
| parent | 310ed15a1dd4d33246d8b331133fb7a8e7c1f4e3 (diff) | |
Adding quotations for the assert family of tactics.
Diffstat (limited to 'src/tac2core.ml')
| -rw-r--r-- | src/tac2core.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tac2core.ml b/src/tac2core.ml index 9e65111c0d..1917fa5f66 100644 --- a/src/tac2core.ml +++ b/src/tac2core.ml @@ -1114,6 +1114,7 @@ let () = add_expr_scope "strategy" q_strategy_flag Tac2quote.of_strategy_flag let () = add_expr_scope "reference" q_reference Tac2quote.of_reference let () = add_expr_scope "move_location" q_move_location Tac2quote.of_move_location let () = add_expr_scope "pose" q_pose Tac2quote.of_pose +let () = add_expr_scope "assert" q_assert Tac2quote.of_assertion let () = add_expr_scope "constr_matching" q_constr_matching Tac2quote.of_constr_matching let () = add_generic_scope "constr" Pcoq.Constr.constr Tac2quote.wit_constr |
