mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
generate the RocFunction struct
This commit is contained in:
parent
98ba49baf6
commit
6ead631c82
8 changed files with 266 additions and 63 deletions
|
@ -10999,6 +10999,7 @@ pub fn generate_glue_procs<'a, I: Interner<'a, Layout<'a>>>(
|
|||
}
|
||||
},
|
||||
Layout::LambdaSet(lambda_set) => {
|
||||
// TODO generate closure caller
|
||||
stack.push(lambda_set.runtime_representation(layout_interner))
|
||||
}
|
||||
Layout::RecursivePointer => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue