Closed moritz closed 11 years ago
The spec also has the following (from a commit that was apparently earlier than the snippet that moritz cites above)::
For unary hypers, we use a
policy called "duck mapping", which says that when a node responds
directly to the operator supplied, it is considered a leaf node,
and any Iterable components of the node are ignored. If and only if
a node does not respond to the operator, it is examined to see if is
Iterable, and recursion occurs.
Pm
S03 says
And later says
which is in direct contradiction to the earlier statement. Which one is true?