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 c973b44 commit 4ebf47fCopy full SHA for 4ebf47f
src/declare_translation.ml
@@ -316,7 +316,7 @@ let translateFullName arity (constant : Names.constant) : string =
316
@@ Names.canonical_con
317
@@ constant) in
318
let plstr = Str.split (Str.regexp ("\.")) pstr in
319
- (String.concat "__o__" (plstr@[nstr]))
+ (String.concat "_o_" (plstr@[nstr]))
320
321
322
let command_constant ?(continuation = default_continuation) arity constant names =
0 commit comments