10 lines
297 B
Scheme
10 lines
297 B
Scheme
(module InterruptedException mzscheme
|
|
(require "Object-composite.ss")
|
|
(provide
|
|
InterruptedException
|
|
guard-convert-InterruptedException
|
|
convert-assert-InterruptedException
|
|
wrap-convert-assert-InterruptedException
|
|
dynamic-InterruptedException/c
|
|
static-InterruptedException/c))
|