
* Another big chunk of v4-require-isms * Allow `#lang framework/keybinding-lang' for keybinding files * Move hierlist sources into "mrlib/hierlist", leave stub behind svn: r10689
10 lines
235 B
Scheme
10 lines
235 B
Scheme
(module graphics mzscheme
|
|
(require mzlib/unit
|
|
mred/mred-sig
|
|
mred
|
|
"graphics-sig.ss"
|
|
"graphics-unit.ss")
|
|
(provide-signature-elements graphics:posn^ graphics:posn-less^)
|
|
|
|
(define-values/invoke-unit/infer graphics@))
|