Ensure that `?` is provided by pattern.rkt and clients

This commit is contained in:
Tony Garnock-Jones 2016-06-14 03:48:12 -04:00
parent 0b2d80a997
commit 7271ef6b73
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@
patch-without-linkage patch-without-linkage
? ;; from pattern.rkt
;;---------------------------------------- ;;----------------------------------------
(struct-out actor-state) (struct-out actor-state)
pretty-print-actor-state pretty-print-actor-state

View File

@ -4,6 +4,7 @@
(provide (for-syntax analyze-pattern) (provide (for-syntax analyze-pattern)
(struct-out predicate-match) (struct-out predicate-match)
match-value/captures match-value/captures
?
) )
(require (for-syntax racket/base)) (require (for-syntax racket/base))