Fixed string-copy!'s type signature.

This commit is contained in:
Vincent St-Amour 2010-06-09 17:51:27 -04:00
parent 96c541912c
commit de0d9a27dc

View File

@ -180,7 +180,7 @@
(-> (Un a (-val #f)) a)))]
[gensym (->opt [Sym] Sym)]
[string-append (->* null -String -String)]
[string-copy! (->opt -String -Nat -String -Nat [-Nat -Nat] -Void)]
[string-copy! (->opt -String -Nat -String [-Nat -Nat] -Void)]
[open-input-string (-> -String -Input-Port)]
[open-output-file
(->key -Pathlike