mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
remove unused struct in unify
This commit is contained in:
parent
0052ccda38
commit
4957b84eae
1 changed files with 0 additions and 6 deletions
|
@ -72,12 +72,6 @@ pub enum Unified {
|
||||||
BadType(Pool, roc_types::types::Problem),
|
BadType(Pool, roc_types::types::Problem),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
|
||||||
struct TagUnionStructure {
|
|
||||||
tags: MutMap<TagName, Vec<Variable>>,
|
|
||||||
ext: Variable,
|
|
||||||
}
|
|
||||||
|
|
||||||
type Outcome = Vec<Mismatch>;
|
type Outcome = Vec<Mismatch>;
|
||||||
|
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue