Leave todo message for tomorrow
This commit is contained in:
parent
7966cc0165
commit
9601c1034b
|
@ -325,14 +325,15 @@ impl<'a, 'b> TreeGen<'a, 'b> {
|
||||||
})
|
})
|
||||||
.collect_vec();
|
.collect_vec();
|
||||||
|
|
||||||
let tree_gen = &mut self;
|
let tree = self.do_build_tree(
|
||||||
|
|
||||||
tree_gen.do_build_tree(
|
|
||||||
subject_name,
|
subject_name,
|
||||||
subject_tipo,
|
subject_tipo,
|
||||||
PatternMatrix { rows },
|
PatternMatrix { rows },
|
||||||
&mut clause_then_map,
|
&mut clause_then_map,
|
||||||
)
|
);
|
||||||
|
|
||||||
|
// Do hoisting of thens here
|
||||||
|
tree
|
||||||
}
|
}
|
||||||
|
|
||||||
fn do_build_tree(
|
fn do_build_tree(
|
||||||
|
|
Loading…
Reference in New Issue