Le lundi 27 mars 2006 à 22:35 -0500, Page, Bill a écrit : [...] > What is a "sequence"? As far as I know this is not defined in > Axiom. Do mean that some types should be automatically coercible > to type List? Note that: > > V:=vector [1,2,3] > [i for i in V::List Integer] > > works in the Axiom interpreter but it is not clear to me exactly > where this conversion is defined.
It's a coercion routine (VEC2LIST) coded in the interpreter. Cheers, Greg > Regards, > Bill Page > > > _______________________________________________ > Axiom-developer mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/axiom-developer > _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
