Fix indentation
This commit is contained in:
parent
099ca6cab9
commit
ddcb031805
|
@ -38,11 +38,11 @@
|
||||||
[(make-template-identifier 'all-languages 'string-constants/string-constant)
|
[(make-template-identifier 'all-languages 'string-constants/string-constant)
|
||||||
(-> (-lst -Symbol))]
|
(-> (-lst -Symbol))]
|
||||||
;; qq-append
|
;; qq-append
|
||||||
[(make-template-identifier 'qq-append 'racket/private/qq-and-or)
|
[(make-template-identifier 'qq-append 'racket/private/qq-and-or)
|
||||||
(-poly (a b)
|
(-poly (a b)
|
||||||
(cl->*
|
(cl->*
|
||||||
(-> (-lst a) (-val '()) (-lst a))
|
(-> (-lst a) (-val '()) (-lst a))
|
||||||
(-> (-lst a) (-lst b) (-lst (Un a b)))))]
|
(-> (-lst a) (-lst b) (-lst (Un a b)))))]
|
||||||
;; make-sequence
|
;; make-sequence
|
||||||
[(make-template-identifier 'make-sequence 'racket/private/for)
|
[(make-template-identifier 'make-sequence 'racket/private/for)
|
||||||
(-poly (a b)
|
(-poly (a b)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user