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.
Stack is missing some exports:
axioms := stack [1,2,3,1];
axiommap(i +-> i^2, s) Internal Error The function map with signature hashcode is missing from domain Stack(PositiveInteger)
Fixed in Open-Axiom and FriCAS?.