Am I being too picky?
This commit is contained in:
parent
419aa3a46f
commit
5d644a69c0
@ -454,7 +454,7 @@ simplify_term(Term_In, Term_Out) :-
|
|||||||
%% join_similar_parts_of_term(+List, -List) is det
|
%% join_similar_parts_of_term(+List, -List) is det
|
||||||
%
|
%
|
||||||
% Combine powers of the same variable in the given list.
|
% Combine powers of the same variable in the given list.
|
||||||
% Requires that the list be sorted
|
% Requires that the list be sorted.
|
||||||
%
|
%
|
||||||
join_similar_parts_of_term([P1, P2 | L], L2) :-
|
join_similar_parts_of_term([P1, P2 | L], L2) :-
|
||||||
%% If both symbols are powers
|
%% If both symbols are powers
|
||||||
|
Reference in New Issue
Block a user