On 12/01/2012 01:22 AM, someone wrote: > 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. I'm currently at fricas 1.1.8. Ralf -- 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.
