aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacinterp.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-20 12:47:39 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-20 12:47:39 +0000
commit1cda396cb2c92dc0078d74e581a76cdd62b0ee8a (patch)
tree7c75ee7a97b6f3a238c97f5c91859fbdd87bbad5 /tactics/tacinterp.mli
parent94b5cb2a8a10a7e97e8f63ca85d436e983b959a7 (diff)
Globalisation des hints autorewrite
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4678 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tacinterp.mli')
-rw-r--r--tactics/tacinterp.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/tacinterp.mli b/tactics/tacinterp.mli
index c2c6bd778..71b377f43 100644
--- a/tactics/tacinterp.mli
+++ b/tactics/tacinterp.mli
@@ -109,6 +109,8 @@ val eval_tactic : glob_tactic_expr -> tactic
val interp : raw_tactic_expr -> tactic
+val subst_tactic : substitution -> glob_tactic_expr -> glob_tactic_expr
+
(* Hides interpretation for pretty-print *)
val hide_interp : raw_tactic_expr -> tactic option -> tactic