elexunix / qock

This project is currently an implementation of a proof-checker. But it is planned to be extended; for example, to support algorithm extraction from intuitionistic proofs, which is considered to be an interesting feature.
0 stars 0 forks source link

is_wff probably doesn't work properly #1

Open elexunix opened 3 years ago

elexunix commented 3 years ago

For example: if "(forall x x + 6 = 7) and (x - 2 = 3)" is given, it will return that it is well-formed It should probably be enhanced to handle such cases (which?)