Martin R wrote:
> unfortunately, I just discovered a problem:
> 
> (18) -> unparse(sum(1/factorial(k), k=1..n+m)::INFORM)
>  
>    >> Error detected within library code:
>    strsym: form is neither a string or symbol
> 
> I am trying to fix it...

There is a bug in unparse of SEGMENT:

PRETTYPRINT(unparseInputForm(sum(1/factorial(k), k=1..n+m)::INFORM)$Lisp)$Lisp
(|sum| |(| "1" "/" "factorial" "(" #1="%C" ")" |,| "equation" "(" #1#
              "," "1" ".." ("n" "+" "m") ")" |)|)

Fix for this is easy, but I would like to check if there are no
related problems.

-- 
                              Waldek Hebisch

-- 
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 https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to