mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Put the capture niche in the lambda name instead of generating new names
This commit is contained in:
parent
1ed2e1a8e9
commit
019ebd93f7
20 changed files with 592 additions and 486 deletions
|
@ -61,6 +61,7 @@ pub fn jit_to_ast<'a, A: ReplApp<'a>>(
|
|||
ProcLayout {
|
||||
arguments: [],
|
||||
result,
|
||||
..
|
||||
} => {
|
||||
// this is a thunk
|
||||
jit_to_ast_help(&mut env, app, main_fn_name, &result, content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue