We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3b97a commit 9bcfa6cCopy full SHA for 9bcfa6c
src/compilerlib/pb_codegen_backend.ml
@@ -69,7 +69,7 @@ let fix_ocaml_keyword_conflict s =
69
| "new" | "nonrec" | "object" | "of" | "open" | "or" | "private" | "rec"
70
| "sig" | "struct" | "then" | "to" | "true" | "try" | "type" | "unit" | "val"
71
| "virtual" | "when" | "while" | "with" | "mod" | "land" | "lor" | "lxor"
72
- | "lsl" | "lsr" | "asr" | "option" | "list" | "string" | "int" | "float"
+ | "lsl" | "lsr" | "asr" | "option" | "list" | "string" | "int" | "float"
73
| "array" | "char" | "bytes" | "bool" | "nativeint" | "int32" | "int64" ->
74
s ^ "_"
75
| _ -> s
0 commit comments