On 03/25/2018 11:37 AM, oldk1331 wrote: > On Sun, Mar 25, 2018 at 4:30 PM, Ralf Hemmecke <[email protected]> wrote: >> What about a review of these patches? >> >> https://www.mail-archive.com/[email protected]/msg12006.html >> >> https://github.com/hemmecke/fricas/commit/c7f72105e02a21b8bfdcff8f1284de5bf970d279.patch >> >> https://github.com/hemmecke/fricas/commit/b7c91e490ff915e26215ea3d4b2f0f9d956e38af.patch >> >> Thank you >> Ralf >> > > These documentation are similar in nature with the > documentation of Rep, right? > > Rep := Record(%ord : REF, %str : Stream Term) > -- when the value of 'ord' is n, this indicates that all non-zero > -- terms of order up to and including n have been computed; > -- when 'ord' is plusInfinity, all terms have been computed; > -- lazy evaluation of 'str' has the side-effect of modifying the value > -- of 'ord'
Yes, you are right. But I think that it is not the (only) right place to put it near "Rep". It is an essential part and thus belongs either to the docstrings as I have provided and/or in the docstring of the domain itself. A user should have no need to read the .spad file; the API should be enough. Don't you agree? 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 https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
