commit d8b44df63f727f184da5892817da173273f56500
parent e36ebc9823c14c9e073fb466f5cff38946f8c0c7
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Thu, 27 Dec 2012 12:32:54 -0600
scibble: repair related to recent `scribble/tag' contracts
original commit: 3f6b30a569ad4fbb63d4dadaabc992326c710017
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/scribble/tag.rkt b/collects/scribble/tag.rkt
@@ -31,7 +31,7 @@
(define (taglet? v)
(and (not (generated-tag? v))
- (tag? (list 'something v))))
+ (tag? (list 'something (list v)))))
(define interned (make-weak-hash))