fricas (1) -> *(A: Set INT, Type: Void
fricas 2*3 fricas Compiling function * with type (Set(Integer), This problem is not related to fricas mulset(A: Set INT, Type: Void
fricas mulset(2, fricas Compiling function mulset with type (Set(Integer), It works if conversion from fricas set [2] * set [3]
Type: Set(Integer)
overloading an operation in the interpreter is a problem --kratt6, Mon, 29 Oct 2007 08:53:07 -0600 reply Why doesn't axiom find *: (INT, INT) -> INT anymore?
that is a problem. :-)
But you have overridden the default behaviour in the interpreter. It is ok if you are explicit: fricas (2*3)$Integer
Type: Integer
So I think probably the current behavior is sensible. Name:#387 redefining * => #387 overloading functions in the interpreter does not work
|