Convenience reexports of unify.rkt constructs

This commit is contained in:
Tony Garnock-Jones 2012-03-24 16:12:33 -04:00
parent bdaee80ce8
commit 19da898244
1 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,12 @@
(except-out (struct-out kill) kill)
(rename-out [make-kill kill])
(struct-out at-meta-level))
(struct-out at-meta-level)
;; Reexports from unify.rkt for convenience
wild
wild?
non-wild?)
;; Endpoints are the units of deduplication.
;; Flows (in canonical form) are the units of presence.