Skip to content

Commit ee76c17

Browse files
committed
--
1 parent 8ef6cd2 commit ee76c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/global/printer.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let qualident ff { Lident.qual = m; Lident.id = s } =
5050
fprintf ff "%s.%s" m (parenthesis s)
5151

5252
let longname ff ln =
53-
let ln = Initial.short (currentname ln) in
53+
let ln = Initial.short (Modules.currentname ln) in
5454
match ln with
5555
| Lident.Name(m) -> shortname ff m
5656
| Lident.Modname(qual) -> qualident ff qual

0 commit comments

Comments
 (0)