From 450f6f98e23a5d7c3987449ac88530e89a7e8707 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 9 Jun 2010 17:51:27 -0400 Subject: [PATCH] Fixed string-copy!'s type signature. original commit: de0d9a27dc83c261a166d00cb6cfbefda7a70de3 --- collects/typed-scheme/private/base-env.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-scheme/private/base-env.rkt b/collects/typed-scheme/private/base-env.rkt index 072c20c0..fc0c9431 100644 --- a/collects/typed-scheme/private/base-env.rkt +++ b/collects/typed-scheme/private/base-env.rkt @@ -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