Expose ? and wildcard? to clients of core.rkt

This commit is contained in:
Tony Garnock-Jones 2013-10-28 10:15:31 +00:00
parent d3a88e2080
commit 9df191393a
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,8 @@
(struct-out quit)
(struct-out process)
(struct-out transition)
? ;; imported from pattern.rkt
wildcard?
sub
pub
spawn

View File

@ -3,7 +3,6 @@
(require racket/match)
(require racket/list)
(require "core.rkt")
(require "pattern.rkt")
(provide (struct-out event)
run-actor)