mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
get Num to fully work again
This commit is contained in:
parent
bd31503855
commit
db6b5bfd38
3 changed files with 53 additions and 56 deletions
|
@ -7420,8 +7420,6 @@ fn call_by_name_module_thunk<'a>(
|
|||
assigned: Symbol,
|
||||
hole: &'a Stmt<'a>,
|
||||
) -> Stmt<'a> {
|
||||
debug_assert!(!env.is_imported_symbol(proc_name));
|
||||
|
||||
let top_level_layout = ProcLayout::new(env.arena, &[], *ret_layout);
|
||||
|
||||
let inner_layout = *ret_layout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue