Canonicalize opaque types

This commit is contained in:
ayazhafiz 2022-02-20 13:47:01 -05:00
parent 6104a27b45
commit 6b53692aac
21 changed files with 263 additions and 64 deletions

View file

@ -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() {