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 cd7aa38 commit bcccd76Copy full SHA for bcccd76
compiler/ml/translcore.ml
@@ -61,7 +61,6 @@ let translate_unified_ops (prim : Primitive.description) (env : Env.t)
61
match specialization with
62
| {int}
63
when is_base_type env lhs_type Predef.path_int
64
- || is_base_type env lhs_type Predef.path_char
65
|| maybe_pointer_type env lhs_type = Immediate ->
66
Some int
67
| {float = Some float} when is_base_type env lhs_type Predef.path_float ->
0 commit comments