Reexport racket/match, since so much of os2's action depends on matching

This commit is contained in:
Tony Garnock-Jones 2012-04-17 12:45:34 -04:00
parent 1b60994028
commit abb967f09b
1 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,10 @@
;; Reexports from unify.rkt for convenience
wild
wild?
non-wild?)
non-wild?
;; Reexports from racket/match for convenience
(all-from-out racket/match))
;; Endpoints are the units of deduplication.
;; Flows (in canonical form) are the units of presence.