mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Canonicalize opaque types
This commit is contained in:
parent
6104a27b45
commit
6b53692aac
21 changed files with 263 additions and 64 deletions
|
@ -914,6 +914,8 @@ fn type_to_variable<'a>(
|
|||
type_arguments,
|
||||
actual,
|
||||
lambda_set_variables,
|
||||
// TODO(opaques): revisit opacity
|
||||
is_opaque: _,
|
||||
} => {
|
||||
if let Some(reserved) = Variable::get_reserved(*symbol) {
|
||||
if rank.is_none() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue