aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacinterp.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-18 22:27:57 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-18 22:27:57 +0000
commit7d797651c43058363811aa0fa609a7ef97453809 (patch)
treedbfff4e86dcbf9e1bece1308157dd7439da344d4 /tactics/tacinterp.ml
parentbcc21d5472d68041df779ccdde497658e780ac5a (diff)
Moving subst_inductive from tacinterp to inductiveops for better for reuse in recordops
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6752 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tacinterp.ml')
-rw-r--r--tactics/tacinterp.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml
index 87906d01c..bd9c44def 100644
--- a/tactics/tacinterp.ml
+++ b/tactics/tacinterp.ml
@@ -43,6 +43,7 @@ open Genarg
open Decl_kinds
open Mod_subst
open Printer
+open Inductiveops
let strip_meta id = (* For Grammar v7 compatibility *)
let s = string_of_id id in