daviddoret / punctilious

A human-friendly and developer-friendly math proof assistant
https://github.com/daviddoret/punctilious
MIT License
2 stars 0 forks source link

review the is-propositional (strictly is, strictly is not, may be) property #221

Closed daviddoret closed 10 months ago

daviddoret commented 1 year ago

review the is-propositional property with three possible values:

then re-visit the catalog of inference-rules with this new paradigm. this should make is possible to raise syntax-error whenever a propositional formula is expected but a strictly-not propositional formula is received, e.g. if a object of the wrong type is received such as a an axiom when a propositional formula is expected.