generate the RocFunction struct

This commit is contained in:
Folkert 2023-01-11 23:05:32 +01:00
parent 98ba49baf6
commit 6ead631c82
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
8 changed files with 266 additions and 63 deletions

View file

@ -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 => {