# New Ticket Created by Zoffix Znet
# Please include the string: [perl #132117]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=132117 >
If you `eqv` two lazy Seqs, you get a useful error:
m: say (lazy 1,) eqv (lazy 1,)
rakudo-moar 9190a3: OUTPUT: «Cannot eqv lazy Sequences in block <unit> at
<tmp> line 1»
But error is poor with lazy Lists:
m: say (lazy 1,).List eqv (lazy 1,).List
rakudo-moar 9190a3: OUTPUT: «This type cannot unbox to a native integer:
P6opaque, Failure in block <unit> at <tmp> line 1»