axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] bug in SEX


From: Martin Rubey
Subject: Re: [Axiom-developer] bug in SEX
Date: Thu, 1 Jul 2004 18:07:38 +0000

Tim Daly writes:
 > -> m:=[1::SEX, 2::SEX]
 >      [1,2]
 >                  Type: List SExpression
 > 
 > -> n:=m::SEX
 >      (1 2)
 >                  Type: SExpression
 > 
 > -> car(n)
 >      1
 >                  Type: SExpression
 > 
 > -> v:List(INT):=[1,2]
 >      [1,2]
 >                  Type: List Integer
 > 
 > -> n.v
 > 
 >   >> Error detected within library code:
 >   Non-list
Are you sure that this is a bug? After all, n is not an Axiom List...

Martin

 > 
 > Tim
 > 
 > 
 > _______________________________________________
 > Axiom-developer mailing list
 > address@hidden
 > http://lists.nongnu.org/mailman/listinfo/axiom-developer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]