[plt-scheme] literal-identifiers and modules

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Jul 21 11:30:35 EDT 2003

At Mon, 21 Jul 2003 10:44:59 +0000, "Saint Katsmall T. Wise, Esquire" wrote:
> (z (+ 1 2)) actually recieves as parameters +, 1 and 2. Since + is a 
> literal it expects the parameter + to be the same as the in-module +, 
> and produces an error whenever it is not.
> The + inside the module is not the same as the + outside, and providing 
> it in the module solves your problem.

Here's a variant of the same answer:

 http://list.cs.brown.edu/pipermail/plt-scheme/2003-April/002313.html

Matthew



Posted on the users mailing list.