Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Dec 13, 2024
1 parent 65ae898 commit d094d27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reasoning/nand/nand.n3
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
true
{ ?C log:equalTo { ?A => false } }
) log:ifThenElseIn ?SCOPE.
?R graph:list ?B.
?E graph:list ?B.
} => {
?R => ?C.
?E => ?C.
}.

# resolution rule
Expand All @@ -33,7 +33,7 @@
{ ?M log:equalTo ?B }
{ ?M list:firstRest ({ ?D => false } ?B) }
) log:ifThenElseIn ?SCOPE.
?R graph:list ?M.
?E graph:list ?M.
} => {
?R => ?C.
?E => ?C.
}.

0 comments on commit d094d27

Please sign in to comment.