more boilerplate

This commit is contained in:
Folkert 2022-08-12 13:50:06 +02:00
parent 10b6f33ed2
commit 7e6a3ddc15
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 138 additions and 9 deletions

View file

@ -5047,7 +5047,7 @@ fn build_pending_specializations<'a>(
);
}
let body = roc_can::expr::toplevel_expect_to_inline_expect(body);
let body = roc_can::expr::toplevel_expect_to_inline_expect_pure(body);
let proc = PartialProc {
annotation: expr_var,
@ -5121,7 +5121,7 @@ fn build_pending_specializations<'a>(
);
}
let body = roc_can::expr::toplevel_expect_to_inline_expect(body);
let body = roc_can::expr::toplevel_expect_to_inline_expect_fx(body);
let proc = PartialProc {
annotation: expr_var,