aiken/crates/aiken-lang
KtorZ f6eff7ec58
Fix incoherent 'UnknownVariable' being returned in type-check
I initially removed the 'UnkownTypeConstructor' since it wasn't used anywhere and was in fact dead-code. On second thoughts however, it is nicer to provide a slightly better error message when a constructor is missing as well as some valid suggestion. Prior to that commit, we would simply return a 'UnknownVariable' and the hint might suggest lowercase identifiers; which is wrong.
2023-10-21 14:10:45 +02:00
..
src Fix incoherent 'UnknownVariable' being returned in type-check 2023-10-21 14:10:45 +02:00
Cargo.toml chore: Release 2023-09-29 22:08:09 -04:00