re-exported keywords
This commit is contained in:
parent
70f4fdaada
commit
767d72ed03
|
@ -1,4 +1,4 @@
|
|||
#lang scheme/gui
|
||||
#lang racket/gui
|
||||
|
||||
#| TODO:
|
||||
-- yield instead of sync
|
||||
|
@ -22,6 +22,8 @@
|
|||
htdp/error
|
||||
(rename-in lang/prim (first-order->higher-order f2h)))
|
||||
|
||||
(provide (all-from-out "private/keywords.rkt"))
|
||||
|
||||
(define-primitive stop-with make-stop-the-world)
|
||||
|
||||
(provide stop-with) ;; World -> STOP
|
||||
|
|
Loading…
Reference in New Issue
Block a user