Merge pull request #166 from AlexKnauth/sweet
apparently some people think parentheses are ugly
This commit is contained in:
commit
3ef0472e72
1
info.rkt
1
info.rkt
|
@ -12,6 +12,7 @@
|
||||||
"unstable-lib"
|
"unstable-lib"
|
||||||
"fancy-app"
|
"fancy-app"
|
||||||
"alexis-util"
|
"alexis-util"
|
||||||
|
"sweet-exp"
|
||||||
"scribble-lib"))
|
"scribble-lib"))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
#lang racket/base
|
#lang sweet-exp racket/base
|
||||||
|
|
||||||
(provide scribble-include/no-subsection)
|
provide scribble-include/no-subsection
|
||||||
|
|
||||||
|
require syntax/parse/define
|
||||||
|
racket/match
|
||||||
|
scribble/core
|
||||||
|
for-syntax racket/base
|
||||||
|
syntax/parse
|
||||||
|
|
||||||
(require syntax/parse/define
|
|
||||||
racket/match
|
|
||||||
scribble/core
|
|
||||||
(for-syntax racket/base
|
|
||||||
syntax/parse
|
|
||||||
))
|
|
||||||
|
|
||||||
;; scribble-include/no-subsection requires that the module to be included:
|
;; scribble-include/no-subsection requires that the module to be included:
|
||||||
;; - has no title
|
;; - has no title
|
||||||
|
|
Loading…
Reference in New Issue
Block a user