6 lines
106 B
Racket
6 lines
106 B
Racket
#lang scheme
|
|
|
|
(provide (struct-out stop-the-world))
|
|
|
|
(define-struct stop-the-world (world) #:transparent)
|