aboutsummaryrefslogtreecommitdiff
path: root/src/tac2env.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-07-28 17:53:42 +0200
committerPierre-Marie Pédrot2017-07-30 00:20:30 +0200
commit0f72b089de52ad7d26d71e56003b140fa5012635 (patch)
tree9fe0d82fc1c30e0a4740dfc23a876e0a8aa817a9 /src/tac2env.ml
parent23f10f3a1a0fd6498cad975b39af5dd3a8559f06 (diff)
Exporting more internals from Coq implementation.
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 2094898ced..a75500eae7 100644
--- a/src/tac2env.ml
+++ b/src/tac2env.ml
@@ -239,6 +239,9 @@ let interp_ml_object t = MLType.obj t
let coq_prefix =
MPfile (DirPath.make (List.map Id.of_string ["Init"; "Ltac2"]))
+let std_prefix =
+ MPfile (DirPath.make (List.map Id.of_string ["Std"; "Ltac2"]))
+
(** Generic arguments *)
let wit_ltac2 = Genarg.make0 "ltac2"