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

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

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

added:
\end{axiom}

\begin{axiom}

added:
\end{axiom}

\begin{axiom}

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)

axiom
map!(i +-> i^2, s) Internal Error The function map! with signature hashcode is missing from domain Stack(PositiveInteger)

axiom
parts s Internal Error The function parts with signature hashcode is missing from domain Stack(PositiveInteger)

Fixed in Open-Axiom and FriCAS?.