Hello,<br><br>Is it possible for a quasi quoter to have access to information about haskell identifiers declared before the quasi-quotation?  <br><br>I tried the &#39;reify&#39; function but without success.<br><br>Just as in the following exemple:<br>
<br>a = 6<br><br>x = [$expr|a|]  <br><br>Where the generated haskell code is<br><br>a= 6<br>x = a<br><br>Thank you<br><br>Regards<br><br><br>J-C<br><br><br>