# New Ticket Created by Moritz Lenz
# Please include the string: [perl #107638]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=107638 >
22:52 < jnthn> nom: multi sub infix:<+>(Str $ where 1, Str $) { }; 'a' + 'a'
22:52 <+p6eval> nom 44556d: OUTPUT«===SORRY!===Circularity detected in
multi sub types.»
If that multi candidate actually introduced a cycle in the narrowness
graph, there must be a candidate that's narrower than (Str $ where 1,
Str $), but I can't figure out which one that could be -- I guess it's
just a bug somewhere.