remove now-unused mono files

This commit is contained in:
Folkert 2020-08-06 21:17:25 +02:00
parent 378fe1d5d1
commit 9dbce40a55
6 changed files with 321 additions and 4598 deletions

View file

@ -1971,7 +1971,7 @@ fn from_can_when<'a>(
}
};
use crate::decision_tree2::Guard;
use crate::decision_tree::Guard;
match res_stores {
Ok(_) => {
for (symbol, layout, expr) in stores.iter().rev() {
@ -2008,7 +2008,7 @@ fn from_can_when<'a>(
});
let mono_branches = Vec::from_iter_in(it, arena);
crate::decision_tree2::optimize_when(
crate::decision_tree::optimize_when(
env,
cond_symbol,
cond_layout.clone(),