remove subsumed case: F == Value means Arity =:= 0, now considered above

This commit is contained in:
Markus Triska
2023-06-30 18:02:43 +02:00
parent bfe808a779
commit a3f8ddd24a

View File

@@ -213,7 +213,6 @@ needs_bracketing(Value, Op) :-
arity_specifier(Arity, FSpec),
( Arity =:= 0
; EqPrec < FPrec
; FPrec > 0, F == Value, graphic_token_char(F)
; F \== '.', '$quoted_token'(F)
; EqPrec =:= FPrec,
member(EqSpec, [fx,xfx,yfx])