mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
First pass at supporting multimorphic lambdas in lambda sets
This commit is contained in:
parent
1c40ad6127
commit
51978e08ed
14 changed files with 1061 additions and 355 deletions
|
@ -380,7 +380,7 @@ impl<'a> WasmBackend<'a> {
|
|||
println!("\ngenerating procedure {:?}\n", proc.name);
|
||||
}
|
||||
|
||||
self.append_proc_debug_name(proc.name);
|
||||
self.append_proc_debug_name(proc.name.call_name());
|
||||
|
||||
self.start_proc(proc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue