<!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.16945" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>Examining an id-stx in syntax-case, is it
possible to find out if it has a variable binding or a syntactic binding? I have
not found any info on this in the docs. I have tried procedures
identifier-binding and identifier-transformer-binding. The former returns a true
value for an id-stx with a syntactic binding. The latter returns false for such
an id-stx. The expander does have to know the difference, I
suppose.</FONT></DIV>
<DIV><FONT face="Courier New" size=2>Thanks, Jos</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV></BODY></HTML>