aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2015-05-05 11:54:49 +0200
committerPierre-Marie Pédrot2015-05-05 11:54:49 +0200
commit6ebd2316e5acf10e0d505804fdd7001edc5575fa (patch)
treec4348e266055ec5223c9e88d6cdd6a070967a030
parentdf54c829a4c06a93de47df4e8ccc441721360da8 (diff)
Making the strategy type in Rewrite opaque.
-rw-r--r--tactics/rewrite.mli5
1 files changed, 1 insertions, 4 deletions
diff --git a/tactics/rewrite.mli b/tactics/rewrite.mli
index cae00f5a86..40a18ac458 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