Skip to content

Commit 0c8a400

Browse files
committed
Fix result layout of combined applications (#1963)
1 parent f2e2281 commit 0c8a400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/lambda/translcore.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ and transl_apply ~scopes
11101110
(Rc_normal | Rc_nontail) ->
11111111
Lapply
11121112
{ap with ap_args = ap.ap_args @ args; ap_loc = loc;
1113-
ap_region_close = pos; ap_mode = mode}
1113+
ap_region_close = pos; ap_mode = mode; ap_result_layout = result_layout }
11141114
| lexp, _ ->
11151115
Lapply {
11161116
ap_loc=loc;

0 commit comments

Comments
 (0)