That looks like a strange bug.

Works fine with L==>Integer.

Ralf

(1) -> L ==> UnivariateLaurentSeries(Fraction Integer, 'z, 0)
                                                                   Type:
Void
(2) -> s: Stream L := [0 for n in 0..]

   (2)  [0,0,0,0,0,0,0,0,0,0,...]
                 Type:
Stream(UnivariateLaurentSeries(Fraction(Integer),z,0))
(3) -> t: Stream L := [x for x in s]

   (3)  [0,0,0,0,0,0,0,0,0,0,...]
                 Type:
Stream(UnivariateLaurentSeries(Fraction(Integer),z,0))
(4) -> u: Stream L := [x for x in s for n in 0..]

   Cannot convert the value from type OutputForm to Fraction(Integer) .

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to