From cb779c0be2691bad1edc2b34df0ce3eb4c6bb7a2 Mon Sep 17 00:00:00 2001 From: David Doret Date: Tue, 3 Oct 2023 13:33:15 +0200 Subject: [PATCH] documentation #195 + inference validation #126 + support for the composition of collection-like formulae + usage of sequent-collection-comma to define inference-rules + enhanced exceptions with user-friendly reports + #220 interdiction of variable-substitution of propositional objects with non-propositional objects. --- .idea/workspace.xml | 179 ++++++++++-------- src/punctilious/core.py | 82 ++++---- .../sample_conjunction_elimination_1.py | 2 +- .../sample_conjunction_elimination_2.py | 2 +- src/sample/sample_conjunction_introduction.py | 4 +- 5 files changed, 145 insertions(+), 124 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9c204320..73d292d5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,6 +7,9 @@ + + +