remove now unneeded check
This commit is contained in:
@@ -206,7 +206,6 @@ submit_query_and_print_results(Term, VarList) :-
|
|||||||
|
|
||||||
needs_bracketing(Value, Op) :-
|
needs_bracketing(Value, Op) :-
|
||||||
nonvar(Value),
|
nonvar(Value),
|
||||||
\+ integer(Value),
|
|
||||||
functor(Value, F, Arity),
|
functor(Value, F, Arity),
|
||||||
atom(F),
|
atom(F),
|
||||||
current_op(FPrec, FSpec, F),
|
current_op(FPrec, FSpec, F),
|
||||||
|
|||||||
Reference in New Issue
Block a user