mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Fix types
This commit is contained in:
parent
00730be6fb
commit
016862ca28
4 changed files with 10 additions and 1 deletions
|
@ -117,6 +117,7 @@ fn build_app_mono<'a>(
|
|||
ret_layout: int_layout,
|
||||
is_self_recursive: SelfRecursive::NotSelfRecursive,
|
||||
host_exposed_layouts: HostExposedLayouts::NotHostExposed,
|
||||
is_erased: false,
|
||||
};
|
||||
|
||||
let proc_layout = ProcLayout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue