Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Apr 21, 2023
1 parent bcd93b9 commit 67626ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eye.pl
Original file line number Diff line number Diff line change
Expand Up @@ -739,15 +739,15 @@
catch(call(H), _, false),
'<http://www.w3.org/2000/10/swap/log#onNegativeSurface>'(_, H)
), false, '<>')),
% simplify positive surface in negative surface
% simplify positive surface
assertz(implies(('<http://www.w3.org/2000/10/swap/log#onNegativeSurface>'(V, G),
conj_list(G, L),
select('<http://www.w3.org/2000/10/swap/log#onPositiveSurface>'([], H), L, K),
conj_list(H, D),
append(K, D, E),
conj_list(F, E)
), '<http://www.w3.org/2000/10/swap/log#onNegativeSurface>'(V, F), '<>')),
% simplify graffiti in negative surface
% simplify graffiti
assertz(implies(('<http://www.w3.org/2000/10/swap/log#onNegativeSurface>'(V, G),
findvars(G, U, beta),
findall(M,
Expand Down

0 comments on commit 67626ad

Please sign in to comment.