(new links, old ones not working after refactoring)

> The offending code is here 
<https://github.com/alexgian/rat/blob/master/rat/simplify/rules.rkt> - 
'rules.rkt'  ca. line 173  
> Once it tries to execute the 'rule-system' macro, in order to load up the 
rules, it crashes with the following message.
> The macro is defined here 
<https://github.com/alexgian/rat/blob/master/rat/simplify/syntax.rkt> - 
'syntax.rkt' line 49   (I intend to use the chez one which is commented out 
(just for the build))

Oops,  I forgot to put in the message.  Here it is:-  (when trying to run 
rules.rkt)

Welcome to DrRacket, version 6.12 [3m].
Language: racket, with debugging; memory limit: 1024 MB.
rule:make: unbound identifier;
 also, no #%app syntax transformer is bound in: rule:make
> 

*Why would the system give back this message re an identifier KNOWN to be 
bound?*
All requires appear set correctly.
It is bound here 
<https://github.com/alexgian/rat/blob/master/rat/simplify/rule-syntax.rkt> 
- 'rule-syntax.rkt' line 24, and also invoked in line 54 in the same file. 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to