[plt-scheme] BUG: 206, modules and SRFI 1

From: John Kozak (jk at xylema.org)
Date: Tue Feb 10 18:46:22 EST 2004

The code below loads OK under 205, but fails as of 206:

  test-206.ss:2:2: module: identifier already imported (from a different source) at: reverse! in: (require (lib "1.ss" "srfi"))


test-206.ss:

  (module test-206 mzscheme
    (require (lib "1.ss" "srfi")) )

John



Posted on the users mailing list.