mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
WIP
This commit is contained in:
parent
9ff882751a
commit
edfc96628e
7 changed files with 53 additions and 10 deletions
|
@ -2350,6 +2350,8 @@ pub fn with_hole<'a>(
|
|||
Located::at_zero(roc_can::pattern::Pattern::Identifier(record_symbol)),
|
||||
)];
|
||||
|
||||
dbg!("aaaa");
|
||||
|
||||
match procs.insert_anonymous(
|
||||
env,
|
||||
name,
|
||||
|
@ -2491,6 +2493,7 @@ pub fn with_hole<'a>(
|
|||
} => {
|
||||
let loc_body = *boxed_body;
|
||||
|
||||
dbg!("bbb");
|
||||
match procs.insert_anonymous(
|
||||
env,
|
||||
name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue