SWI-Prolog / packages-pengines

Pengines: Prolog engines
11 stars 13 forks source link

Weird behaviour if there is more than one answer variable. #2

Closed torbjornlager closed 10 years ago

torbjornlager commented 10 years ago

This is what I see when running the query jealous(X, Y):

?- jealous(X, Y). X = X = vincent ; X = vincent, undefined = marcellus ; X = marcellus, undefined = vincent ; X = X = marcellus ; X = X = pumpkin ; X = X = honey_bunny.

JanWielemaker commented 10 years ago

Typo. Fixed in fcb119fee9fa82b23d4ab8c7622b2408d03d0ad5

P.s. The bug was in swish.js of the pengines website.