mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
rename
This commit is contained in:
parent
99340e314c
commit
e243402f9b
1 changed files with 2 additions and 2 deletions
|
@ -955,7 +955,7 @@ pub fn canonicalize_closure<'a>(
|
|||
opt_def_name: Option<Symbol>,
|
||||
) -> (ClosureData, Output) {
|
||||
scope.inner_scope(|inner_scope| {
|
||||
canonicalize_closure_inner_scope(
|
||||
canonicalize_closure_body(
|
||||
env,
|
||||
var_store,
|
||||
inner_scope,
|
||||
|
@ -966,7 +966,7 @@ pub fn canonicalize_closure<'a>(
|
|||
})
|
||||
}
|
||||
|
||||
fn canonicalize_closure_inner_scope<'a>(
|
||||
fn canonicalize_closure_body<'a>(
|
||||
env: &mut Env<'a>,
|
||||
var_store: &mut VarStore,
|
||||
scope: &mut Scope,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue