svn: r7996

This commit is contained in:
Matthias Felleisen 2007-12-13 18:59:01 +00:00
parent b8e31012db
commit a11849d49e

View File

@ -9,7 +9,9 @@
"drsig.ss")
;; to ensure this guy is loaded (and the snipclass installed) in the drscheme namespace & eventspace
(require (lib "cache-image-snip.ss" "mrlib"))
;; these things are for effect only!
(require (lib "cache-image-snip.ss" "mrlib")
(prefix foo (lib "matrix.ss" "htdp")))
(define op (current-output-port))
(define (oprintf . args) (apply fprintf op args))