aboutsummaryrefslogtreecommitdiff
path: root/src/tac2env.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tac2env.ml')
-rw-r--r--src/tac2env.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tac2env.ml b/src/tac2env.ml
index dcf7440498..8198f92ff8 100644
--- a/src/tac2env.ml
+++ b/src/tac2env.ml
@@ -276,6 +276,9 @@ let coq_prefix =
let std_prefix =
MPfile (DirPath.make (List.map Id.of_string ["Std"; "Ltac2"]))
+let ltac1_prefix =
+ MPfile (DirPath.make (List.map Id.of_string ["Ltac1"; "Ltac2"]))
+
(** Generic arguments *)
let wit_ltac2 = Genarg.make0 "ltac2:value"