mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
parent
37ab632ccd
commit
eed7e3df71
4 changed files with 182 additions and 28 deletions
|
@ -84,6 +84,16 @@ pub enum Problem {
|
|||
def_region: Region,
|
||||
differing_recursion_region: Region,
|
||||
},
|
||||
InvalidExtensionType {
|
||||
region: Region,
|
||||
kind: ExtensionTypeKind,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub enum ExtensionTypeKind {
|
||||
Record,
|
||||
TagUnion,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue