Re: [fricas-devel] Bug: The function not is not implemented in Expression(Integer)

2017-02-13 Thread Waldek Hebisch
Bill Page wrote: > > To reproduce: > > (1) -> (x~=y)$Expression INT > >The function not is not implemented in Expression(Integer) . > > So then I looked at the boot code and I > found this: > > Fix: > > diff --git a/src/interp/i-intern.boot b/src/interp/i-intern.boot > index 36930af..43a

[fricas-devel] Bug: The function not is not implemented in Expression(Integer)

2017-02-13 Thread Bill Page
To reproduce: (1) -> (x~=y)$Expression INT The function not is not implemented in Expression(Integer) . Since the definition of ~= is apparently (at least according to hyperdoc) provided by BasicType there is a good change that this problem occurs in many other domains. The problem seemed lik