remove Term

This commit is contained in:
Mark Thom
2024-07-16 15:38:22 -06:00
committed by Mark Thom
parent 34ac85bb6d
commit 1ef681bd21
43 changed files with 3823 additions and 2720 deletions

View File

@@ -126,4 +126,3 @@ when_condition_si((A, B)) :-
when_condition_si((A ; B)) :-
when_condition_si(A),
when_condition_si(B).