diff options
Diffstat (limited to 'library/declare.ml')
| -rw-r--r-- | library/declare.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/declare.ml b/library/declare.ml index 57e58256ee..853a22d121 100644 --- a/library/declare.ml +++ b/library/declare.ml @@ -420,7 +420,7 @@ let dirpath_of_global = function let is_global id = try - let osp = Nametab.locate (make_qualid [] (string_of_id id)) in + let osp = Nametab.locate (make_qualid [] id) in list_prefix_of (dirpath_of_global osp) (Lib.cwd()) with Not_found -> false |
