scryer-prolog icon indicating copy to clipboard operation
scryer-prolog copied to clipboard

op/3 current_op/3 failure

Open flexoron opened this issue 10 months ago • 1 comments

?- op(1,xfx,'is-').
   true.
?- current_op(1,X,Y).
   false. % unexpected
?-

flexoron avatar Apr 14 '24 02:04 flexoron