aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/autorewrite.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/autorewrite.mli')
-rw-r--r--tactics/autorewrite.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/tactics/autorewrite.mli b/tactics/autorewrite.mli
index ce9265866..b24ecb18b 100644
--- a/tactics/autorewrite.mli
+++ b/tactics/autorewrite.mli
@@ -8,10 +8,12 @@
(*i $Id$ i*)
+(*i*)
open Tacmach
+(*i*)
(* Rewriting rules before tactic interpretation *)
-type raw_rew_rule = Term.constr * bool * Coqast.t
+type raw_rew_rule = Term.constr * bool * Tacexpr.raw_tactic_expr
(* To add rewriting rules to a base *)
val add_rew_rules : string -> raw_rew_rule list -> unit