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