Only generalize #t, not #f.
This commit is contained in:
parent
c7ac40f33b
commit
005923c284
|
@ -56,7 +56,7 @@
|
|||
(exit t)))]
|
||||
[(ListDots: t bound) (-lst (substitute Univ bound t))]
|
||||
[(? (lambda (t) (subtype t -Symbol))) -Symbol]
|
||||
[(or (Value: #f) (Value: #t)) -Boolean]
|
||||
[(Value: #t) -Boolean]
|
||||
[_ (exit t)]))))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user