login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #415 Stack misses some exports revision 1 of 3

1 2 3
Editor: kratt6
Time: 2008/01/10 00:05:48 GMT-8
Note:

changed:
-
Stack is missing some exports:

\begin{axiom}
s := stack [1,2,3,1];
map(i +-> i^2, s)
map!(i +-> i^2, s)
parts s
\end{axiom}

Fixed in Open-Axiom and FriCAS.

Submitted by : kratt6 at: 2008-01-10T00:05:48-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

Stack is missing some exports:

axiom
s := stack [1,2,3,1];
Type: Stack PositiveInteger?
axiom
map(i +-> i^2, s) Internal Error The function map with signature hashcode is missing from domain Stack(PositiveInteger)

Fixed in Open-Axiom and FriCAS?.