mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-24 05:26:24 +00:00
feat: add Dict!
This commit is contained in:
parent
325d237f09
commit
3fcd3ab9b1
4 changed files with 45 additions and 6 deletions
|
@ -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}"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue