racket/collects/2htdp/private/stop.rkt
2010-04-27 16:50:15 -06:00

6 lines
106 B
Racket

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