diff options
| -rw-r--r-- | tactics/tacinterp.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index 87906d01ce..bd9c44def5 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 |
