Skip to content

Commit 4ebf47f

Browse files
committed
better fully scoped names.
1 parent c973b44 commit 4ebf47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/declare_translation.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ let translateFullName arity (constant : Names.constant) : string =
316316
@@ Names.canonical_con
317317
@@ constant) in
318318
let plstr = Str.split (Str.regexp ("\.")) pstr in
319-
(String.concat "__o__" (plstr@[nstr]))
319+
(String.concat "_o_" (plstr@[nstr]))
320320

321321

322322
let command_constant ?(continuation = default_continuation) arity constant names =

0 commit comments

Comments
 (0)