Changes http://wiki.axiom-developer.org/347BugInMapSet/diff
--
map confuses sets.
\begin{axiom}
A:=set [-2,-1,0]
B:= set [0,1,4]
map(x +-> x^2,A) = B
 %::Boolean
\end{axiom}
somehow a sort is missing after applying map.
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to