Compare commits
1 Commits
unhygienic
...
tmpp
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b5cbd5de8f |
|
@ -32,7 +32,7 @@ install:
|
|||
before_script:
|
||||
|
||||
script:
|
||||
- raco pkg install --deps search-auto --link aful
|
||||
- raco pkg install -j 2 --deps search-auto --link aful
|
||||
- raco test -x -p aful
|
||||
|
||||
after_script:
|
||||
|
|
11
aful/scribble-enhanced.rkt
Normal file
11
aful/scribble-enhanced.rkt
Normal file
|
@ -0,0 +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)))]))
|
Loading…
Reference in New Issue
Block a user