From d61047ba240741b9f92ec03e7026deba79ea7b70 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Thu, 24 Aug 2017 15:48:14 +0200 Subject: Adding a scope for reduction flags. --- src/tac2core.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tac2core.ml') 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 -- cgit v1.2.3