On 04/05/2014 01:21 AM, Waldek Hebisch wrote:
>>       output(n, x) ==
>>         (not(n>0))or empty? x => void()
>>         mathPrint(frst(x)::OUT)$Lisp
>>         output(n-1, rst x)

> current 'output' from stream.spad.pamphlet should go away.  It
> is unused by the library and of little use to end user.  It makes
> sense to provide function computing apropriate OutputForm, but
> I would use different name (other 'output' functions do print output).
> Maybe 'showElements' in analogy to 'showAllElements' already present
> in stream.spad.pamphlet?

Do you mean something like this?

https://github.com/hemmecke/fricas/tree/stream-showelements

https://github.com/hemmecke/fricas/commit/1c22bd35195735fd0f0f3c13d552420987f24e92

I've just used the local streamCountCoerce for the implementation.

Can I commit?

Ralf

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