racket/collects/config/config.ss
Matthew Flatt 39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00

9 lines
270 B
Scheme

;; The config module doesn't have to use "configtab.ss";
;; it just has to have the right exports. But using
;; "configtab.ss" makes it easier to generate the
;; code at install time.
(module config setup/configtab
;; An empty table means that all defaults apply
)