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


http://irclog.perlgeek.de/perl6/2012-07-03#i_5779534 :

  11:33 <seldon> Hm.. all(@numbers) ~~ Int doesn't seem to work.
  11:34 <seldon> But debian's rakudo version is three months old, so it could 
be that.
  11:34 <moritz> r: say so all(1, 2, 3) ~~ Int
  11:34 <p6eval> rakudo ee8ca1: OUTPUT«False␤»
  11:34 <moritz> oh right
  11:34 <mucker> o/ #perl6
  11:34 <moritz> because it type-checks the Junction against Int
  11:34 <moritz> if type-checks would autothread, you could never check for a 
Junction
  11:35 <pmichaud> hmmm
  11:36 <pmichaud> S03 says otherwise; it says that ~~ is supposed to autothread
  11:36 <pmichaud> ~~ is supposed to autothread, while .ACCEPTS does not  (iirc)

S03:3671 says that ~~ autothreads junctive matches so that 
'.ACCEPTS never sees anything "plural".'.

Pm

Reply via email to