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