www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

lang.rkt (307B)


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