Added #%top-interaction (not the right one, though)

This commit is contained in:
Georges Dupéron 2016-06-23 21:42:57 +02:00
parent f907f59b32
commit d949cf9606

View File

@ -2,4 +2,7 @@
;; Forked from scribble-lib/scribble/lp/lang/lang2.rkt
(require "private/common.rkt")
(provide (rename-out [module-begin/doc #%module-begin]))
(provide (rename-out [module-begin/doc #%module-begin])
;; TODO: this is the #%top-interaction from racket/base, not from the
;; user-specified language.
#%top-interaction)