re-exported keywords

This commit is contained in:
Matthias Felleisen 2010-10-04 20:41:38 -04:00
parent 70f4fdaada
commit 767d72ed03

View File

@ -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