mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 15:26:24 +00:00
parent
ae122a0aea
commit
5f117be306
5 changed files with 90 additions and 62 deletions
|
@ -22,9 +22,9 @@ pub enum BadPattern {
|
|||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub enum ShadowKind {
|
||||
Variable,
|
||||
Alias,
|
||||
Opaque,
|
||||
Ability,
|
||||
Alias(Symbol),
|
||||
Opaque(Symbol),
|
||||
Ability(Symbol),
|
||||
}
|
||||
|
||||
/// Problems that can occur in the course of canonicalization.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue