File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
middle_end/flambda/types/env Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1216,15 +1216,15 @@ let meet_equations_on_params t ~params ~param_types =
1216
1216
that the caller can handle this case.
1217
1217
In practice, this would likely mean treating the
1218
1218
corresponding continuation handler as unreachable. *)
1219
- Misc. fatal_errorf
1220
- " Bottom equation added on parameter:@.\
1221
- Parameter:@ %a@.\
1222
- Parameter type:@ %a@.\
1223
- Typing env:@ %a"
1224
- Kinded_parameter. print param
1225
- Type_grammar. print param_type
1226
- print t
1227
- (* add_equation t name (Type_grammar.bottom kind) * )
1219
+ (* Misc.fatal_errorf
1220
+ * "Bottom equation added on parameter:@.\
1221
+ * Parameter:@ %a@.\
1222
+ * Parameter type:@ %a@.\
1223
+ * Typing env:@ %a"
1224
+ * Kinded_parameter.print param
1225
+ * Type_grammar.print param_type
1226
+ * print t *)
1227
+ add_equation t name (Type_grammar. bottom kind)
1228
1228
| Ok (meet_result , env_extension ) ->
1229
1229
let meet_ty =
1230
1230
Meet_result. extract_value meet_result existing_type param_type
You can’t perform that action at this time.
0 commit comments