This commit is contained in:
hi 2025-08-15 10:06:31 +00:00
parent bd9b58c405
commit 687b5f1040
6 changed files with 54 additions and 39 deletions

View file

@ -33,14 +33,14 @@ things that are in here:
- generate a LaTeX truth table from a statement
## syntactic things
### [Logic.Statements.Laws](Statements/Laws.hs)
- match/replace patterns in statements (e.g. logical laws)
- verify logical-law equivalence of statements (TODO)
- find logical-law equivalence of statements with breadth-first search (slow)
## syntactic things
### [Logic.Language](Language.hs)
- implement formal languages (symbols, axioms schemas, and inference rules)