gelijergensen / MetaLogic

A general purpose calculator for propositional logic systems
MIT License
0 stars 0 forks source link

Add: Abstract Logic Systems #5

Closed gelijergensen closed 3 years ago

gelijergensen commented 3 years ago

A logic systems should consist of a collection of operators (along with arity and including constants) as well as an inference system (a rule-rewrite system). Implement the general type for abstract logic systems, starting with the operators, and redo (classical) propositional logic over the new abstract logic system