[plt-scheme] vector-copy in typed scheme

From: Sam TH (samth at ccs.neu.edu)
Date: Sat Oct 31 08:30:15 EDT 2009

On Sat, Oct 31, 2009 at 12:26 AM, Scott McLoughlin <scott at adrenaline.com> wrote:
> Kind Schemely Folk,
>
> I must be having a brain fart because i'm getting the following
> error using vector-copy! from within typed scheme.
>
> typecheck: untyped identifier vector-copy! imported from module
> <typed-scheme> in: vector-copy!

This just means that there isn't a type for `vector-copy!' implemented
in Typed Scheme yet.  I plan to have better vector support in Typed
Scheme in a few days.

-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.