fix oversights

This commit is contained in:
Folkert 2021-01-28 15:32:22 +01:00
parent 74e94869e3
commit 55eff1dba1
10 changed files with 87 additions and 128 deletions

View file

@ -235,10 +235,6 @@ fn insert_jumps<'a>(
Some(cont) => Some(arena.alloc(Refcounting(*modify, cont))),
None => None,
},
Info(info, cont) => match insert_jumps(arena, cont, goal_id, needle) {
Some(cont) => Some(arena.alloc(Info(info.clone(), cont))),
None => None,
},
Rethrow => None,
Ret(_) => None,