listof not listof/c.

This commit is contained in:
Sam Tobin-Hochstadt 2016-06-23 12:09:08 -04:00
parent 8bcfc71fa8
commit 79ab11a079

View File

@ -36,4 +36,4 @@
[struct-mutator? (identifier? . c:-> . (c:or/c #f StructPE?))]
[struct-fn-idx (identifier? . c:-> . exact-integer?)]
[struct-fn-table-map (c:-> (c:-> identifier? (c:list/c StructPE? boolean?) c:any/c)
(c:listof/c c:any/c))])
(c:listof c:any/c))])