Ban the unification of uvars and var_args functions (#423)

* Ban the unification of uvar and var_args function

* Update CHANGELOG

* Fix the tests

* Undo indent

* Change the error message for unify_varargs
This commit is contained in:
Gaith Hallak
2022-11-01 18:10:57 +02:00
committed by GitHub
parent 4ca90feea0
commit 83abfae32b
6 changed files with 33 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Type definitions serialised to ACI as `typedefs` field instead of `type_defs` to increase compatibility.
### Removed
### Fixed
- Typechecker crashes if Chain.create or Chain.clone are used without arguments.
## [7.0.1]
### Added