don't return ops with priority 0 when building set for current_op (#1571)

This commit is contained in:
Mark Thom
2022-08-19 23:41:47 -06:00
parent 069e132c0e
commit d4c0277065
3 changed files with 13 additions and 2 deletions

View File

@@ -1122,7 +1122,6 @@ current_predicate(Pred) :-
can_be_op_priority(Priority) :- var(Priority).
can_be_op_priority(Priority) :- op_priority(Priority).
can_be_op_specifier(Spec) :- var(Spec).
can_be_op_specifier(Spec) :- op_specifier(Spec).