Changes
http://wiki.axiom-developer.org/276TheResultLooksLikeARecordButIsntARecord/diff
--
After reflexion I think I can't take the decision to close this bug report.
First, some persons can prefer to have the real type displayed instead of the
original one. Second, Bill Page thinks that the 2nd problem requiring the
coercion to Record is a bug and third it's not possible to extract element of
an object of type Any with Record as its original type but it's possible if the
original type is List or Vector for example.
\begin{axiom}
a:= [[x,2],4,divide(10,7)]
b:=a.1
)di type b
b.1
c:=a.3
)di type c
c.quotient
\end{axiom}
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]