mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-22 19:42:31 +00:00
Remove LambdaName::from_non_multimorphic
This commit is contained in:
parent
9714376b64
commit
1903ce4db9
3 changed files with 16 additions and 38 deletions
|
@ -343,7 +343,7 @@ impl<'a> CodeGenHelp<'a> {
|
|||
};
|
||||
|
||||
self.specializations[spec_index].proc = Some(Proc {
|
||||
name: LambdaName::from_non_multimorphic(proc_symbol),
|
||||
name: LambdaName::only_receiver(proc_symbol),
|
||||
args,
|
||||
body,
|
||||
closure_data_layout: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue