mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Build erased types
This commit is contained in:
parent
b8c1436a75
commit
e1c88c6101
3 changed files with 55 additions and 8 deletions
|
@ -61,7 +61,6 @@ pub fn pointer_type_expecting_layout<'a, 'ctx>(
|
|||
|
||||
pub fn build<'a, 'ctx>(
|
||||
env: &Env<'a, 'ctx, '_>,
|
||||
layout_interner: &STLayoutInterner<'a>,
|
||||
lambda_name: LambdaName<'a>,
|
||||
function_ptr_type: PointerType<'ctx>,
|
||||
) -> BasicValueEnum<'ctx> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue