-
Notifications
You must be signed in to change notification settings - Fork 287
Open
Labels
docsDocumentation issue (primary issue type)Documentation issue (primary issue type)
Description
found by lizmat:
14:29 < lizmat> hmmm https://docs.raku.org/language/operators#infix_~~ feels wrong to me
14:29 < lizmat> afaik, infix ~~ does **not** topicalize
14:29 < lizmat> $a ~~ $b is merely short for $b.ACCEPTS($a)
14:36 < [Coke]> that's been there since at least 2018
14:38 < lizmat> could be and maybe it once was specced that way, but if I look at the implementation, there's no
topicalization involved afaics
14:42 < lizmat> also, it appears that ⩵ ( 2A75 TWO CONSECUTIVE EQUALS SIGNS ⩵) is missing as an alternative to ==
in https://docs.raku.org/language/unicode_ascii
that 2018 turned out to be when it was added in 2012
Metadata
Metadata
Assignees
Labels
docsDocumentation issue (primary issue type)Documentation issue (primary issue type)