[plt-scheme] Re: polymorphism of primitive types

From: Eric Hanchrow (offby1 at blarg.net)
Date: Tue Oct 18 13:57:48 EDT 2005

>>>>> "Yoav" == Yoav Goldberg <yoav.goldberg at gmail.com> writes:

    Yoav> (module foo mzscheme (require (lib "1" "srfi")))

    Yoav> doesn't work.

You might need to say instead

        (module foo mzscheme (require (lib "1.ss" "srfi")))

At least, that's what I do, and it works for me ...
-- 
Two degrees in be-bop, a Ph.D. in swing
        -- Lowell George, Fred Martin


Posted on the users mailing list.