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
|
@ -322,8 +322,10 @@ pub fn constrain_expr(
|
|||
arguments,
|
||||
loc_body: boxed,
|
||||
captured_symbols,
|
||||
name,
|
||||
..
|
||||
} => {
|
||||
dbg!(name, &captured_symbols);
|
||||
let loc_body_expr = &**boxed;
|
||||
let mut state = PatternState {
|
||||
headers: SendMap::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue