checkpoint in reconstruction
This commit is contained in:
@@ -44,9 +44,7 @@ impl<IR: Clone> Value<IR> {
|
||||
Value::I32(x) => Value::I32(*x),
|
||||
Value::I64(x) => Value::I64(*x),
|
||||
Value::Closure(name, env, args, _) => {
|
||||
let new_env = env
|
||||
.clone()
|
||||
.map_values(|x| x.strip());
|
||||
let new_env = env.clone().map_values(|x| x.strip());
|
||||
Value::Closure(name.clone(), new_env, args.clone(), ())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user