Updated make-vector's type for fixnums.
original commit: 06b636b2e31e32fed83d1a58293e1b8f36f8381a
This commit is contained in:
parent
b7d9ed75e2
commit
f89158a144
|
@ -137,7 +137,7 @@
|
|||
[unsafe-vector-set! (-poly (a) (-> (-vec a) index-type a -Void))]
|
||||
[unsafe-vector*-set! (-poly (a) (-> (-vec a) index-type a -Void))]
|
||||
[vector-copy! (-poly (a) ((-vec a) index-type (-vec a) [index-type index-type] . ->opt . -Void))]
|
||||
[make-vector (-poly (a) (cl-> [(index-type) (-vec (Un -Nat a))]
|
||||
[make-vector (-poly (a) (cl-> [(index-type) (-vec (Un -NonnegativeFixnum a))]
|
||||
[(index-type a) (-vec a)]))]
|
||||
|
||||
[bytes-ref (-> -Bytes index-type -NonnegativeFixnum)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user