johnynek / bosatsu

A python-ish pure and total functional programming language
Apache License 2.0
223 stars 11 forks source link

unused imports are not an error #1098

Closed johnynek closed 6 months ago

johnynek commented 6 months ago

Adding an unused import should be an error.

This makes reading easier and also allows for easy managing of dependencies.