Lines Matching refs:subpatterns
522 value (following ``match``). The pattern (which may contain subpatterns) is
557 During failed pattern matches, some subpatterns may succeed. Do not
711 An OR pattern matches each of its subpatterns in turn to the subject value,
713 if none of the subpatterns succeed, the OR pattern fails.
855 A sequence pattern contains several subpatterns to be matched against sequence elements.
895 subpatterns, the sequence pattern fails
899 as a subpattern fails. If all subpatterns succeed in matching their
905 subpatterns, the sequence pattern fails.
907 #. The leading non-star subpatterns are matched to their corresponding items
912 corresponding to non-star subpatterns following the star subpattern.
914 #. Remaining non-star subpatterns are matched to their corresponding subject
1059 For the following built-in types the handling of positional subpatterns is