File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ let transform_under_supply n ap_info fn args =
42
42
match lam with
43
43
| Lvar _
44
44
| Lconst
45
- ( Const_int _ | Const_char _ | Const_string _ | Const_float _
45
+ ( Const_int _ | Const_char _ | Const_string _ | Const_unicode _ | Const_float _
46
46
| Const_int64 _ | Const_pointer _ | Const_js_true | Const_js_false
47
47
| Const_js_undefined )
48
48
| Lprim { primitive = Pfield (_, Fld_module _); _ }
Original file line number Diff line number Diff line change @@ -87092,7 +87092,7 @@ let transform_under_supply n ap_info fn args =
87092
87092
match lam with
87093
87093
| Lvar _
87094
87094
| Lconst
87095
- ( Const_int _ | Const_char _ | Const_string _ | Const_float _
87095
+ ( Const_int _ | Const_char _ | Const_string _ | Const_unicode _ | Const_float _
87096
87096
| Const_int64 _ | Const_pointer _ | Const_js_true | Const_js_false
87097
87097
| Const_js_undefined )
87098
87098
| Lprim { primitive = Pfield (_, Fld_module _); _ }
Original file line number Diff line number Diff line change @@ -87092,7 +87092,7 @@ let transform_under_supply n ap_info fn args =
87092
87092
match lam with
87093
87093
| Lvar _
87094
87094
| Lconst
87095
- ( Const_int _ | Const_char _ | Const_string _ | Const_float _
87095
+ ( Const_int _ | Const_char _ | Const_string _ | Const_unicode _ | Const_float _
87096
87096
| Const_int64 _ | Const_pointer _ | Const_js_true | Const_js_false
87097
87097
| Const_js_undefined )
87098
87098
| Lprim { primitive = Pfield (_, Fld_module _); _ }
Original file line number Diff line number Diff line change @@ -248593,7 +248593,7 @@ let transform_under_supply n ap_info fn args =
248593
248593
match lam with
248594
248594
| Lvar _
248595
248595
| Lconst
248596
- ( Const_int _ | Const_char _ | Const_string _ | Const_float _
248596
+ ( Const_int _ | Const_char _ | Const_string _ | Const_unicode _ | Const_float _
248597
248597
| Const_int64 _ | Const_pointer _ | Const_js_true | Const_js_false
248598
248598
| Const_js_undefined )
248599
248599
| Lprim { primitive = Pfield (_, Fld_module _); _ }
You can’t perform that action at this time.
0 commit comments