diff options
| -rw-r--r-- | tactics/rewrite.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/rewrite.ml b/tactics/rewrite.ml index 5c2e3ec293..c545332edb 100644 --- a/tactics/rewrite.ml +++ b/tactics/rewrite.ml @@ -1617,8 +1617,8 @@ let rec strategy_of_ast = function | StratUnary (f, s) -> let s' = strategy_of_ast s in let f' = match f with - | "subterms" -> all_subterms - | "subterm" -> one_subterm + | "all_subterms" -> all_subterms + | "one_subterm" -> one_subterm | "innermost" -> Strategies.innermost | "outermost" -> Strategies.outermost | "bottomup" -> Strategies.bu |
