We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe925ba commit 97afc38Copy full SHA for 97afc38
astlib/migrate_504_503.ml
@@ -822,7 +822,7 @@ and copy_module_type_desc_with_loc ~loc :
822
Encoding_504.To_503.encode_bivariant_pmty_with ~loc mty constraints
823
else
824
Ast_503.Parsetree.Pmty_with
825
- (copy_module_type x0, List.map copy_with_constraint x1)
+ (copy_module_type x0, constraints)
826
| Ast_504.Parsetree.Pmty_typeof x0 ->
827
Ast_503.Parsetree.Pmty_typeof (copy_module_expr x0)
828
| Ast_504.Parsetree.Pmty_extension x0 ->
0 commit comments