5 lines
126 B
Scheme
5 lines
126 B
Scheme
(module honu-compile-context (lib "base.ss" "honu")
|
|
|
|
(provide honu-compile-context)
|
|
(define honu-compile-context #'here))
|