Fixed string-copy!'s type signature.
original commit: de0d9a27dc83c261a166d00cb6cfbefda7a70de3
This commit is contained in:
parent
aa18b9971e
commit
450f6f98e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user