add FlVector as a type

svn: r18559
This commit is contained in:
Sam Tobin-Hochstadt 2010-03-17 17:00:14 +00:00
parent fe68168e3d
commit 31911dba55

View File

@ -37,6 +37,7 @@
[Keyword -Keyword]
[Listof -Listof]
[Vectorof (-poly (a) (make-Vector a))]
[FlVector -FlVector]
[Option (-poly (a) (-opt a))]
[HashTable (-poly (a b) (-HT a b))]
[Promise (-poly (a) (-Promise a))]