> > One small addition. If I try to import:
> > 
> >     import ListFunctions2(M, List M)
> > 
> > and then write:
> > 
> >     blockSplit(A:M, nr:PI, nc:PI) : List List M ==
> >       map( (X:M):(List M) +-> horizSplit(X, nc), vertSplit(A, nr)
> > )$ListFunctions2(M, List M)
> > 
> > this fails with:
> 
> Sorry, but there must be another error. I've cloned from
> http://github.com/raoulb/fricas_code and (without import, just wrote
> your code from above. That compiles for me.

Thanks for trying.

Please note that I did not upload this small experiment.
The code in the repository uses the list comprehension.

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to