Got rid of a reference to the non-existent channel/c.

This commit is contained in:
Vincent St-Amour 2010-06-16 17:19:25 -04:00
parent 87f6a6bb1e
commit c4e035dd67

View File

@ -131,8 +131,6 @@
#`(vectorof #,(t->c t))] #`(vectorof #,(t->c t))]
[(Box: t) [(Box: t)
#`(box/c #,(t->c t))] #`(box/c #,(t->c t))]
[(Channel: t)
#`(channel/c #,(t->c t))]
[(Pair: t1 t2) [(Pair: t1 t2)
#`(cons/c #,(t->c t1) #,(t->c t2))] #`(cons/c #,(t->c t1) #,(t->c t2))]
[(Opaque: p? cert) [(Opaque: p? cert)