racket/collects/racket/match
Sam Tobin-Hochstadt 40d2fd65b0 Add OrderedAnd patterns, and use them in ? patterns.
This guarantees that patterns like (? pred pat) will
always check `pred` before matching any of `pat`.
However, `and` patterns are not required to match left-
to-right.
2013-01-22 14:59:41 -05:00
..
compiler.rkt
define-forms.rkt
gen-match.rkt
legacy-match.rkt
match-expander.rkt
match.rkt
parse-helper.rkt
parse-legacy.rkt
parse-quasi.rkt
parse.rkt
patterns.rkt
reorder.rkt
runtime.rkt
split-rows.rkt
struct.rkt
stxtime.rkt