[plt-scheme] Using slib within a module

From: Martin DeMello (martindemello at yahoo.com)
Date: Mon Apr 21 12:34:02 EDT 2003

How do I require a slib module within one of my modules? I tried

(module list mzscheme
  (require (lib "load.ss" "slibinit"))
  (require 'srfi-1))

and explicitly using slib:require rather than require, but neither worked.

martin

__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com


Posted on the users mailing list.