revert this change, since it breaks insert large letters

svn: r18267
This commit is contained in:
Sam Tobin-Hochstadt 2010-02-22 20:06:34 +00:00
parent 18e8f00572
commit 8a11336b51

View File

@ -136,7 +136,9 @@
(parameterize ([vars (cons (list n #'n* #'n*) (vars))])
#`(flat-rec-contract n* #,(t->c b)))))]
[(Value: #f) #'false/c]
[(Instance: (Class: _ _ (list (list name fcn) ...)))
[(Instance: (Class: _ _ (list (list name fcn) ...)))
#'(is-a?/c object%)
#;
(with-syntax ([(fcn-cnts ...) (map t->c fcn)]
[(names ...) name])
#'(object-contract (names fcn-cnts) ...))]