summaryrefslogtreecommitdiff
path: root/tactics/rewrite.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/rewrite.mli')
-rw-r--r--tactics/rewrite.mli5
1 files changed, 1 insertions, 4 deletions
diff --git a/tactics/rewrite.mli b/tactics/rewrite.mli
index cae00f5a..40a18ac4 100644
--- a/tactics/rewrite.mli
+++ b/tactics/rewrite.mli
@@ -55,10 +55,7 @@ type rewrite_result =
| Identity
| Success of rewrite_result_info
-type 'a pure_strategy = 'a -> Environ.env -> Id.t list -> constr -> types ->
- (bool (* prop *) * constr option) -> evars -> 'a * rewrite_result
-
-type strategy = unit pure_strategy
+type strategy
val strategy_of_ast : (glob_constr_and_expr, raw_red_expr) strategy_ast -> strategy