mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 14:35:12 +00:00
parent
fffbbd08b0
commit
b87f09115c
7 changed files with 80 additions and 17 deletions
|
@ -45,12 +45,13 @@ pub enum Problem {
|
|||
shadow: Loc<Ident>,
|
||||
kind: ShadowKind,
|
||||
},
|
||||
CyclicAlias(Symbol, Region, Vec<Symbol>),
|
||||
CyclicAlias(Symbol, Region, Vec<Symbol>, AliasKind),
|
||||
BadRecursion(Vec<CycleEntry>),
|
||||
PhantomTypeArgument {
|
||||
typ: Symbol,
|
||||
variable_region: Region,
|
||||
variable_name: Lowercase,
|
||||
alias_kind: AliasKind,
|
||||
},
|
||||
UnboundTypeVariable {
|
||||
typ: Symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue