4.3. Match Pattern ORΒΆ
An OR pattern looks like [*x] | {"elems": [*x]}
. It matches if
any of its sub-patterns match. It uses the binding for the leftmost
pattern that matched.
An OR pattern looks like [*x] | {"elems": [*x]}
. It matches if
any of its sub-patterns match. It uses the binding for the leftmost
pattern that matched.