For some reason, checking conditions which are indeterministic only returns the first solution. This is very serious...
| ?- check_condition( in(set([a,b,c]), X) ). X = a ? ;
Logged In: YES user_id=569641
Fortunately, this only holds in typecheck mode.
Log in to post a comment.
Logged In: YES
user_id=569641
Fortunately, this only holds in typecheck mode.