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