mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
First pass at specialized erased
This commit is contained in:
parent
2cb2e37fd7
commit
fbad6bcb90
3 changed files with 42 additions and 26 deletions
|
@ -284,7 +284,6 @@ pub fn build_erased_function<'a>(
|
|||
env: &mut Env<'a, '_>,
|
||||
layout_cache: &mut LayoutCache<'a>,
|
||||
resolved_lambda: ResolvedErasedLambda<'a>,
|
||||
captures: CapturedSymbols<'a>,
|
||||
assigned: Symbol,
|
||||
hole: &'a Stmt<'a>,
|
||||
) -> Stmt<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue