aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-07-24 18:40:27 +0200
committerPierre-Marie Pédrot2017-07-24 18:41:27 +0200
commitfed8f69b682c03ff901966890efd2d9d3ea91004 (patch)
treecee4ffd2fb34d8b45d6e5d0ad0ec10bec57cb127 /src
parentc25e86e6b4e8bb694d3c8e50f04a92cc33ad807d (diff)
Fix library hardwired prefix.
Diffstat (limited to 'src')
-rw-r--r--src/tac2env.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac2env.ml b/src/tac2env.ml
index 5ccdd018ee..08c7b321be 100644
--- a/src/tac2env.ml
+++ b/src/tac2env.ml
@@ -235,7 +235,7 @@ let interp_ml_object t = MLType.obj t
(** Absolute paths *)
let coq_prefix =
- MPfile (DirPath.make (List.map Id.of_string ["Init"; "ltac2"; "Coq"]))
+ MPfile (DirPath.make (List.map Id.of_string ["Init"; "Ltac2"]))
(** Generic arguments *)