more loops.

This commit is contained in:
Vítor Santos Costa
2019-02-15 21:09:58 +00:00
parent 1bd2f0338c
commit 1ef3f738ee
5 changed files with 12 additions and 7 deletions

View File

@@ -419,4 +419,6 @@ fetch(pp(P,_,_,_)._Tree, -1, N) :- N is 1-P.
fetch(pn(P,_,_,_)._Tree, 1, P).
fetch(pn(P,_,_,_)._Tree, -1, N) :- N is 1-P.
%% @}