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

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

1 2 3
Editor: gdr
Time: 2008/05/18 13:29:41 GMT-7
Note:

added:

From gdr Sun May 18 13:29:41 -0700 2008
From: gdr
Date: Sun, 18 May 2008 13:29:41 -0700
Subject: 
Message-ID: <20080518132941-0700@axiom-wiki.newsynthesis.org>

Status: fix proposed => fixed somewhere 

no patch available

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)

\label{eq1}\left[ 1, \: 4, \: 9, \: 1 \right](1)
Type: Stack(PositiveInteger?)

axiom
map!(i +-> i^2, s)

\label{eq2}\left[ 1, \: 4, \: 9, \: 1 \right](2)
Type: Stack(PositiveInteger?)

axiom
parts s

\label{eq3}\left[ 1, \: 4, \: 9, \: 1 \right](3)
Type: List(PositiveInteger?)

Fixed in Open-Axiom and FriCAS.

Status: fix proposed => fixed somewhere

no patch available