Circumvent https://github.com/racket/racket/issues/1549
This commit is contained in:
parent
769128898b
commit
9bd2f079ff
|
@ -1,11 +1,11 @@
|
|||
#lang racket
|
||||
(require scribble-enhanced/with-manual)
|
||||
|
||||
(provide aful-scribble-render)
|
||||
|
||||
(define (aful-scribble-render self)
|
||||
(syntax-case self ()
|
||||
[(_ _ _ body)
|
||||
#`(elem (list (seclink "_lang_aful" #:doc '(lib "aful/docs/aful.scrbl")
|
||||
(tt "#λ"))
|
||||
(racket body)))]))
|
||||
#`(let ()
|
||||
(local-require scribble-enhanced/with-manual)
|
||||
(elem (list (seclink "_lang_aful" #:doc '(lib "aful/docs/aful.scrbl")
|
||||
(tt "#λ"))
|
||||
(racket body))))]))
|
Loading…
Reference in New Issue
Block a user