Got rid of a reference to the non-existent channel/c.
This commit is contained in:
parent
87f6a6bb1e
commit
c4e035dd67
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user