File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ let exists_global s =
30
30
let match_globref m g =
31
31
let (p2, id2) = Libnames. repr_path (Nametab. path_of_global g)
32
32
in
33
- let l1 = List. rev @@ Names.DirPath. repr (Nametab. dirpath_of_module m)
33
+ let l1 = List. rev @@ Names.DirPath. repr (Libnames. dirpath_of_path @@ Nametab. path_of_module m)
34
34
and l2 = List. rev @@ id2 :: Names.DirPath. repr p2
35
35
in
36
36
let rec pom l1 l2 =
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ module HammerFilter = struct
259
259
let check_local _ _ = ()
260
260
let discharge x = x
261
261
let subst = Mod_subst. subst_mp
262
- let printer m = Names.DirPath. print (Nametab. dirpath_of_module m)
262
+ let printer m = Libnames. pr_path (Nametab. path_of_module m)
263
263
let key = [" Hammer" ; " Filter" ]
264
264
let title = " Hammer Filter"
265
265
let member_message m b =
You can’t perform that action at this time.
0 commit comments