Remove unnecessary type->contract case
This commit is contained in:
parent
0161dfdf16
commit
9eaf5aaddb
|
@ -379,7 +379,6 @@
|
||||||
#,(contract-kind->keyword
|
#,(contract-kind->keyword
|
||||||
(current-contract-kind)))])
|
(current-contract-kind)))])
|
||||||
n*))))]
|
n*))))]
|
||||||
[(Value: #f) #'false/c]
|
|
||||||
[(Instance: (? Mu? t))
|
[(Instance: (? Mu? t))
|
||||||
(t->c (make-Instance (resolve-once t)))]
|
(t->c (make-Instance (resolve-once t)))]
|
||||||
[(Instance: (Class: _ _ (list (list name fcn) ...)))
|
[(Instance: (Class: _ _ (list (list name fcn) ...)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user