feat: add Dict!

This commit is contained in:
Shunsuke Shibayama 2023-04-20 11:34:04 +09:00
parent 325d237f09
commit 3fcd3ab9b1
4 changed files with 45 additions and 6 deletions

View file

@ -480,7 +480,7 @@ impl Context {
}
(l, r) if self.eq_tp(l, r) => Ok(()),
(l, r) => {
type_feature_error!(error self, loc.loc(), &format!("re-unifying {l} and {r}"))
type_feature_error!(error self, loc.loc(), &format!("re-unifying {l} ~> {r}"))
}
}
}