Provide :pattern and :template by default

This commit is contained in:
Tony Garnock-Jones 2021-06-03 22:38:45 +02:00
parent d6c29fc2e7
commit 490f2d82db
1 changed files with 4 additions and 1 deletions

View File

@ -2,10 +2,13 @@
(provide (all-from-out "actor.rkt")
(all-from-out "syntax.rkt")
(all-from-out preserves))
(all-from-out preserves)
:pattern
:template)
(require (except-in "actor.rkt" actor-system))
(require "syntax.rkt")
(require preserves)
(require (only-in "pattern.rkt" :pattern :template))
;; (module reader syntax/module-reader syndicate/lang)