mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove Unified BadType
This commit is contained in:
parent
09748aec48
commit
fb643758bb
4 changed files with 3 additions and 54 deletions
|
@ -225,7 +225,6 @@ pub enum Unified<M: MetaCollector = NoCollector> {
|
|||
extra_metadata: M,
|
||||
},
|
||||
Failure(Pool, ErrorType, ErrorType, DoesNotImplementAbility),
|
||||
BadType(Pool, roc_types::types::Problem),
|
||||
}
|
||||
|
||||
impl<M: MetaCollector> Unified<M> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue