mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Remove type problem bad type
This commit is contained in:
parent
fb643758bb
commit
98464984dd
2 changed files with 0 additions and 55 deletions
|
@ -12,7 +12,6 @@ pub enum TypeError {
|
|||
BadPattern(Region, PatternCategory, ErrorType, PExpected<ErrorType>),
|
||||
CircularType(Region, Symbol, ErrorType),
|
||||
CircularDef(Vec<CycleEntry>),
|
||||
BadType(roc_types::types::Problem),
|
||||
UnexposedLookup(Symbol),
|
||||
UnfulfilledAbility(Unfulfilled),
|
||||
BadExprMissingAbility(Region, Category, ErrorType, Vec<Unfulfilled>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue