david-a-wheeler / mmverify.py

Metamath verifier in Python
MIT License
35 stars 10 forks source link

Inclusions #15

Closed benjub closed 2 years ago

benjub commented 2 years ago

@david-a-wheeler : except for the one signaled above, bugs and imprecisions were pre-existing (not introduced by me).

As with previous PR's, I checked the code with

$ autopep8 -i -a -a -a mmverify.py
$ mypy mmverify.py --strict
$ pylint mmverify.py

(a few warnings explained in code comments).