Fix typo in predicate type
This commit is contained in:
parent
73025dfc11
commit
387ce1a3d0
@ -583,7 +583,7 @@ simplify_polynomial_as_list(L, L13) :-
|
||||
%% ?- simplify_polynomial_as_list([0*x, 0], L).
|
||||
%@ L = [0] .
|
||||
|
||||
%% join_similar_terms(+P:ListList, -P2:ListList) is det
|
||||
%% join_similar_terms(+P:List, -P2:List) is det
|
||||
%
|
||||
% Joins similar sublists representing terms by using
|
||||
% `add_terms` to check if they can be merged and perform
|
||||
|
Reference in New Issue
Block a user