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

Minus sign matching bug in latest version #82

Closed benruijl closed 8 years ago

benruijl commented 8 years ago

The following program does not match:

#-
V p1,p2;
CF vx;

L F = vx(-p2);
id vx(p2?!{p1}) = 1;

Print +s;
.end
vermaseren commented 8 years ago

Hi Ben,

In my version it runs fine.

Jos

On 15 apr. 2016, at 19:46, Ben Ruijl notifications@github.com wrote:

The following program does not match:

-

V p1,p2; CF vx;

L F = vx(-p2); id vx(p2?!{p1}) = 1;

Print +s; .end — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/vermaseren/form/issues/82

benruijl commented 8 years ago

Fixed in e4de6b28f190ec00470121913f86a8c153e856be.