Chavetas mágicas
This commit is contained in:
parent
90b5c6b3f1
commit
c7ad8a2883
@ -680,7 +680,7 @@ parse_polynomial_explicit(TLP-TL, T) -->
|
|||||||
%% on the left, through the difference structure,
|
%% on the left, through the difference structure,
|
||||||
parse_polynomial_operand(TL),
|
parse_polynomial_operand(TL),
|
||||||
%% parse either a minus or a plus
|
%% parse either a minus or a plus
|
||||||
member(COp, [-, +]),
|
{ member(COp, [-, +]) },
|
||||||
parse_operation(COp),
|
parse_operation(COp),
|
||||||
!,
|
!,
|
||||||
%% Recurse on the right with add; position the sub tree on the right
|
%% Recurse on the right with add; position the sub tree on the right
|
||||||
|
Reference in New Issue
Block a user