The following "program":<br>
<br>
(module grr (lib "plt-pretty-big-text.ss" "lang")<br>
(require (lib "1" "srfi")))<br>
<br>
gives the following error message:<br>
<br>
module: identifier already imported (from a different source) in: third<br clear="all"><br>
<br>
Does this mean that the third function has 2 seperate implementations in the libraries?<br>
<br>
<br>
Corey<br>-- <br>((lambda (y) (y y)) (lambda (y) (y y)))