10 lines
212 B
Scheme
10 lines
212 B
Scheme
|
|
(module plt-pretty-big "plt-pretty-big-text.ss"
|
|
(require mred
|
|
"private/imageeq.ss")
|
|
|
|
(provide (all-from "plt-pretty-big-text.ss")
|
|
(all-from mred)
|
|
(all-from "private/imageeq.ss")))
|
|
|