mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
start Layout::Union case
This commit is contained in:
parent
41c5101799
commit
5c69fd1205
2 changed files with 28 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue