scibble: repair related to recent `scribble/tag' contracts

original commit: 3f6b30a569ad4fbb63d4dadaabc992326c710017
This commit is contained in:
Matthew Flatt 2012-12-27 12:32:54 -06:00
parent e36ebc9823
commit d8b44df63f

View File

@ -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))