nac3/nac3core/src/typecheck
David Mak 13f06f3e29 core: Refactor VarMap to IndexMap
This is the only Map I can find that preserves insertion order while
also deduplicating elements by key.
2024-03-22 15:51:23 +08:00
..
type_inferencer core: Use BTreeMap for type variable mapping 2024-03-04 23:56:04 +08:00
typedef core: Refactor VarMap to IndexMap 2024-03-22 15:51:23 +08:00
function_check.rs core: Fix typo in error message 2024-02-14 16:26:13 +08:00
magic_methods.rs core: Use BTreeMap for type variable mapping 2024-03-04 23:56:04 +08:00
mod.rs applied rustfmt and clippy auto fix 2022-02-21 18:27:46 +08:00
type_error.rs core: Apply clippy pedantic changes 2023-12-11 15:16:23 +08:00
unification_table.rs nac3core/typecheck/unification_table: fixed snapshot restore bug 2022-03-23 00:25:10 +08:00