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