Does that make any sense? The result and type of (8) looks strange.

Ralf

(1) -> Z ==> Integer
                              Type: Void
(2) -> L ==> List Z
                              Type: Void
(3) -> E ==> Expression L
                              Type: Void
(4) -> [1]::E

   Cannot convert the value from type PositiveInteger to Expression(
      List(Integer)) .
(4) -> e1 := [1]::E

   (4)  [1]
                              Type: Expression(List(Integer))
(5) -> e1 := [1]::E

   (5)  [1]
                              Type: Expression(List(Integer))
(8) -> e1 + e1

   (8)  2constant()
                              Type: Expression(Integer)


(it means "2*constant()")

-- 
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