racket/collects/honu/honu-context.ss
Stevie Strickland 7dbb99d3c6 merged 292:296 from branches/sstrickl
svn: r297
2005-07-02 04:03:02 +00:00

5 lines
118 B
Scheme

(module honu-context (lib "base.ss" "honu")
(provide honu-compile-context)
(define honu-compile-context #'here))