Moritz Lenz wrote:
[EMAIL PROTECTED] (via RT) wrote:
Implement eqv and === operators
infix:<===> is already implemented, and from a few quick tests it seems
to work.
It's nearly there, but there are some value types without a .WHICH
implemented. These include List and Junction. So we ain't quite there
with this yet, but it's probably close.
infix:<eqv> is a little trickier in that I'm not sure I understand what
the spec actually means yet. But for someone who does understand it, it
may not be so hard. ;-)
Thanks,
Jonathan