start Layout::Union case

This commit is contained in:
lrosa007 2020-11-09 20:21:44 -05:00
parent 41c5101799
commit 5c69fd1205
2 changed files with 28 additions and 2 deletions

View file

@ -936,7 +936,7 @@ fn get_recursion_var(subs: &Subs, var: Variable) -> Option<Variable> {
}
}
fn union_sorted_tags_help<'a>(
pub fn union_sorted_tags_help<'a>(
arena: &'a Bump,
mut tags_vec: std::vec::Vec<(TagName, std::vec::Vec<Variable>)>,
opt_rec_var: Option<Variable>,