hm-inference #6

Merged
sb10q merged 136 commits from hm-inference into master 2021-08-19 11:46:50 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eb12f6f082 - Show all commits

View File

@ -106,7 +106,7 @@ impl<'a> InferenceContext<'a> {
if *x { if *x {
Ok(t.clone()) Ok(t.clone())
} else { } else {
Err("unbounded identifier".into()) Err("may not be defined".into())
} }
} else { } else {
match self.resolver.get_symbol_type(name) { match self.resolver.get_symbol_type(name) {