# New Ticket Created by  Wenzel Peppmeyer 
# Please include the string:  [perl #127035]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127035 >


dd [&&] [&&] [(Bool::True, Bool::True), (Bool::True, Bool::False)];
# OUTPUT«$(Bool::True, Bool::False)␤»
# should be Bool::False

# the culprit seams to be the returned item of List
dd [&&] [(Bool::True, Bool::True), (Bool::True, Bool::False)];
# OUTPUT«$(Bool::True, Bool::False)␤»
# the 2nd [&&] should indeed not decent into it

Reply via email to