Remove unnecessary type->contract case

This commit is contained in:
Asumu Takikawa 2013-04-05 16:44:04 -04:00
parent 0161dfdf16
commit 9eaf5aaddb

View File

@ -379,7 +379,6 @@
#,(contract-kind->keyword
(current-contract-kind)))])
n*))))]
[(Value: #f) #'false/c]
[(Instance: (? Mu? t))
(t->c (make-Instance (resolve-once t)))]
[(Instance: (Class: _ _ (list (list name fcn) ...)))