steps towards closures and Effects

This commit is contained in:
Folkert 2020-10-17 20:53:57 +02:00
parent edfc96628e
commit 607799b96e
7 changed files with 140 additions and 39 deletions

View file

@ -322,10 +322,8 @@ 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(),