nac3_sca/nac3core/src/typecheck
pca006132 cc769a7006 nac3core: reset unification table state before printing errors
Fixes nondeterministic error messages due to nondeterministic
unification order. As all unification operations will be restored, the
error messages should not be affected by the unification order before
the failure operation.
2022-02-25 14:47:19 +08:00
..
type_inferencer Fixed type error messages 2022-02-22 17:22:15 +08:00
typedef nac3core: reset unification table state before printing errors 2022-02-25 14:47:19 +08:00
function_check.rs nac3core: exception type check and codegen 2022-02-12 22:50:32 +08:00
magic_methods.rs applied rustfmt and clippy auto fix 2022-02-21 18:27:46 +08:00
mod.rs applied rustfmt and clippy auto fix 2022-02-21 18:27:46 +08:00
type_error.rs Fixed type error messages 2022-02-22 17:22:15 +08:00
unification_table.rs nac3core: reset unification table state before printing errors 2022-02-25 14:47:19 +08:00