remove subsumed case: F == Value means Arity =:= 0, now considered above
This commit is contained in:
@@ -213,7 +213,6 @@ needs_bracketing(Value, Op) :-
|
|||||||
arity_specifier(Arity, FSpec),
|
arity_specifier(Arity, FSpec),
|
||||||
( Arity =:= 0
|
( Arity =:= 0
|
||||||
; EqPrec < FPrec
|
; EqPrec < FPrec
|
||||||
; FPrec > 0, F == Value, graphic_token_char(F)
|
|
||||||
; F \== '.', '$quoted_token'(F)
|
; F \== '.', '$quoted_token'(F)
|
||||||
; EqPrec =:= FPrec,
|
; EqPrec =:= FPrec,
|
||||||
member(EqSpec, [fx,xfx,yfx])
|
member(EqSpec, [fx,xfx,yfx])
|
||||||
|
|||||||
Reference in New Issue
Block a user