On 10/28/2010 10:19 AM, Andreas Eder wrote:
> Hi,
>
> in file sprv1.lisp, there is code to set up a property list
> 'opalias.
> It isn't used elsewhere in the code (grep doesn't find anything).
> Does someone know more about it? Can it be removed?
>
> Andreas
It seems that , in lisp, (get '+ 'opalias) returns $+, which is
probably not all that useful.
If there is no mention of opalias elsewhere, ... that is, you've used
grep on everything in share directories too...
then maybe it can be removed.
I would guess it was somehow trying to support something like
subst(p,"+", a+b) --> p(a,b).
but that doesn't seem to match the info. you need to correlate "+"
with MPLUS, for that.
RJF