Do not provide "sleep" from the #langs

This commit is contained in:
Tony Garnock-Jones 2016-07-17 12:47:24 -04:00
parent 0a0feee01b
commit 21f05e110a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
activate
require/activate
current-ground-dataspace
(except-out (all-from-out racket/base) #%module-begin)
(except-out (all-from-out racket/base) #%module-begin sleep)
(all-from-out racket/match)
(all-from-out "main.rkt")
(for-syntax (all-from-out racket/base)))