vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
1.16k stars 138 forks source link

Freeze when pattern matchings with powers of dollar variables ($x^n?) #77

Closed tueda closed 8 years ago

tueda commented 8 years ago

FORM freezes with the following program:

S x,n;
L F = 1;
#$x = x;
id $x^n? = 1;
P;
.end

May be related to #51 or #53. (Maybe not.)