Only generalize #t, not #f.

This commit is contained in:
Sam Tobin-Hochstadt 2011-08-26 14:08:24 -04:00
parent c7ac40f33b
commit 005923c284

View File

@ -56,7 +56,7 @@
(exit t)))] (exit t)))]
[(ListDots: t bound) (-lst (substitute Univ bound t))] [(ListDots: t bound) (-lst (substitute Univ bound t))]
[(? (lambda (t) (subtype t -Symbol))) -Symbol] [(? (lambda (t) (subtype t -Symbol))) -Symbol]
[(or (Value: #f) (Value: #t)) -Boolean] [(Value: #t) -Boolean]
[_ (exit t)])))) [_ (exit t)]))))