Ralf Hemmecke wrote:
> 
> The specification in says:
> 
> http://fricas.github.io/api/UnaryRecursiveAggregate.html#l-unary-recursive-aggregate-concat
> 
> concat!: (%, %) -> % if % has shallowlyMutable
>     concat!(u, v) destructively concatenates v to the end of u. Note:
> concat!(u, v) = setlast!(u, v).
> 
> That makes only sense for me if u is nonempty. I think, it should be
> explicitly written in the specification that "not empty? u" is required.
> Otherwise the specification is wrong, no?

AFAICS the note should be deleted.  Or changed to

   Note: For nonempty u we have concat!(u, v) = setlast!(u, v).

But for me without the note documentation looks clearer.

-- 
                              Waldek Hebisch

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

Reply via email to