outermap



I see what you mean:

     outermap(f,[[a]]) gives [[f(a)]] instead of [f([a])] as specified.

I think this may be a hack to get outermap to work for matrices "for
free".  It is a bug and should be fixed.  While we're at it, we might
as well also add support for sets.

On 9/12/06, Nicolas Neuss <neuss at mathematik.uni-karlsruhe.de> wrote:
> But I wonder why outermap descends recursively.
> As much as I understand the doc it should not.