mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Add constraint generation for opaque types
This commit is contained in:
parent
d3acf34415
commit
86aa0df661
13 changed files with 499 additions and 172 deletions
|
@ -165,6 +165,8 @@ pub enum RuntimeError {
|
|||
referenced_region: Region,
|
||||
imported_region: Region,
|
||||
},
|
||||
OpaqueNotApplied(Loc<Ident>),
|
||||
OpaqueAppliedToMultipleArgs(Region),
|
||||
ValueNotExposed {
|
||||
module_name: ModuleName,
|
||||
ident: Ident,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue