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

original commit: c4e035dd67d44da53fb17003ad8342ed5fbdf6dd
This commit is contained in:
Vincent St-Amour 2010-06-16 17:19:25 -04:00
parent 8088618596
commit b67fd7f9f1

View File

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