<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>Hi,</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>(module x mzscheme<BR> (provide
(all-from-except mzscheme add1))<BR> (add1 1))</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>and</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV>
<DIV><FONT face="Courier New" size=2>(module x scheme<BR> (add1
1))</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV></DIV>
<DIV><FONT face="Courier New" size=2>Work ok, but:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>(module x scheme<BR> (provide
(except-out scheme add1))<BR> (add1 1))</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Gives:</FONT></DIV>
<DIV><BR><FONT face="Courier New" size=2>except-out: identifier to remove `add1'
not included in nested provide spec in: scheme</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>How come? Am I overlooking some parts of
the docs?</FONT></DIV>
<DIV><FONT face="Courier New" size=2>Thanks, Jos</FONT></DIV></BODY></HTML>