Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Nov 15, 2023
1 parent 9a275d9 commit 588f736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions legacy/acp/acp.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
);
rule:conclusion (
(_:Pol :pass :allOfTest)
).
).

[] a rule:BackwardRule;
rule:premise (
Expand All @@ -34,7 +34,7 @@
);
rule:conclusion (
(_:Pol :pass :anyOfTest)
).
).

[] a rule:BackwardRule;
rule:premise (
Expand All @@ -46,7 +46,7 @@
);
rule:conclusion (
(_:Pol :pass :noneOfTest)
).
).

[] a rule:QueryRule;
rule:premise (
Expand All @@ -58,4 +58,4 @@
rule:conclusion (
(:test :for _:Pol)
(:test :is true)
).
).

0 comments on commit 588f736

Please sign in to comment.