sub infix:ile is tighter(==) { ?$^a == ?$^b } #### sub infix:ile($a is bool, $b is bool) is tigheter(==) { $a == $b }