From: Edward S. <esc...@ce...> - 2016-02-22 20:28:30
|
Hi all, I am encountering another strange problem. It's difficult to reproduce in a small example, but should the following rule ever print "WHY?": testcase :- forall(foo(I, F, P, O, T, E, M), (foo(I, F, P, O, T, E, M); writeln('why?'))). Is it possible this is a bug relating to tabling (foo is tabled)? How can I debug this? Thanks, Ed |