mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Remove unused unification mismatches
This commit is contained in:
parent
04e1e0cd6e
commit
4cdb8c0cd7
1 changed files with 0 additions and 4 deletions
|
@ -3645,10 +3645,6 @@ impl Alias {
|
|||
#[derive(PartialEq, Eq, Debug, Clone)]
|
||||
pub enum Mismatch {
|
||||
TypeMismatch,
|
||||
IfConditionNotBool,
|
||||
InconsistentIfElse,
|
||||
InconsistentWhenBranches,
|
||||
CanonicalizationProblem,
|
||||
TypeNotInRange,
|
||||
DoesNotImplementAbiity(Variable, Symbol),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue