Remove Unified BadType

This commit is contained in:
Ayaz Hafiz 2022-11-08 13:40:30 -06:00
parent 09748aec48
commit fb643758bb
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 3 additions and 54 deletions

View file

@ -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> {