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