racket/collects/2htdp/private/stop.ss
Matthias Felleisen bb4c88338c stop the world and let me get off
svn: r17111
2009-11-30 16:52:01 +00:00

6 lines
106 B
Scheme

#lang scheme
(provide (struct-out stop-the-world))
(define-struct stop-the-world (world) #:transparent)