Merge pull request #3742 from roc-lang/cleanup-mono-layout

Cleanup/refactoring of lambda set layout generation
This commit is contained in:
Brian Carroll 2022-08-20 15:48:05 +01:00 committed by GitHub
commit 334bc7174f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 545 additions and 508 deletions

View file

@ -1234,8 +1234,8 @@ fn return_wrapped_closure() {
main = foo
"#
),
[5],
[i64; 1]
5,
i64
);
}