diff options
| author | Pierre-Marie Pédrot | 2017-08-24 15:48:14 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-08-24 16:35:10 +0200 |
| commit | d61047ba240741b9f92ec03e7026deba79ea7b70 (patch) | |
| tree | da8c4782ae867c093d9a334823db865703751453 /src/tac2core.ml | |
| parent | 7d496e618f35a17b8432ac3c7205138f03c95fd2 (diff) | |
Adding a scope for reduction flags.
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 303d62a30d..196755346d 100644 --- a/src/tac2core.ml +++ b/src/tac2core.ml @@ -930,6 +930,7 @@ let () = add_expr_scope "rewriting" q_rewriting Tac2quote.of_rewriting let () = add_expr_scope "clause" q_clause Tac2quote.of_clause let () = add_expr_scope "occurrences" q_occurrences Tac2quote.of_occurrences let () = add_expr_scope "dispatch" q_dispatch Tac2quote.of_dispatch +let () = add_expr_scope "strategy" q_strategy_flag Tac2quote.of_strategy_flag let () = add_generic_scope "constr" Pcoq.Constr.constr Stdarg.wit_constr let () = add_generic_scope "open_constr" Pcoq.Constr.constr Stdarg.wit_open_constr |
