We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef6cd2 commit ee76c17Copy full SHA for ee76c17
compiler/global/printer.ml
@@ -50,7 +50,7 @@ let qualident ff { Lident.qual = m; Lident.id = s } =
50
fprintf ff "%s.%s" m (parenthesis s)
51
52
let longname ff ln =
53
- let ln = Initial.short (currentname ln) in
+ let ln = Initial.short (Modules.currentname ln) in
54
match ln with
55
| Lident.Name(m) -> shortname ff m
56
| Lident.Modname(qual) -> qualident ff qual
0 commit comments