Ralf Hemmecke wrote:
> 
> outputTran contains something like this...
> 
>   VECP x =>
>     outputTran ['BRACKET,['AGGLST,:[x.i for i in 0..MAXINDEX x]]]
> 
> In order to translate that into spad I need to be able to deal with
> arrays in OutputForm.

I would first check it that case is used at all.  I do not think
algebra produces such thing as OutputForm.  If vectors gets
here, then probably caller is wrong.  First I would modify
boot code to:

  VECP x => BREAK()

and try building FriCAS.  If that works I would play a bit
with output formats.  Any vector showing up would trap to
debugger.  In case they are really used I would try to
eliminate the use...

-- 
                              Waldek Hebisch
[email protected] 

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