mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
parent
17029cff7e
commit
3da34fc843
8 changed files with 246 additions and 50 deletions
|
@ -43,6 +43,11 @@ pub enum Problem {
|
|||
variable_region: Region,
|
||||
variable_name: Lowercase,
|
||||
},
|
||||
UnboundTypeVariable {
|
||||
typ: Symbol,
|
||||
num_unbound: usize,
|
||||
one_occurence: Region,
|
||||
},
|
||||
DuplicateRecordFieldValue {
|
||||
field_name: Lowercase,
|
||||
record_region: Region,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue