From abb967f09bd0e33841b26ade2c56109cb2a03e6c Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 17 Apr 2012 12:45:34 -0400 Subject: [PATCH] Reexport racket/match, since so much of os2's action depends on matching --- os2.rkt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/os2.rkt b/os2.rkt index 17f8b45..7c7e379 100644 --- a/os2.rkt +++ b/os2.rkt @@ -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.