From 21f05e110a485f5d2c8caf22827c3c173be87668 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 17 Jul 2016 12:47:24 -0400 Subject: [PATCH] Do not provide "sleep" from the #langs --- racket/syndicate/lang.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/syndicate/lang.rkt b/racket/syndicate/lang.rkt index 3c311a2..c86b47b 100644 --- a/racket/syndicate/lang.rkt +++ b/racket/syndicate/lang.rkt @@ -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)))