<HTML><BODY>Is there a way to get type information in macro? Either from cintracts or from Typed Raacket.<BR><BR>Or only way is to make up own type declaration syntax : something like<BR><BR>(define-syntax-rule declare (VAR TYPE)<BR>   (begin-for-syntax (hash-set! types 'VAR TYPE)))<BR><BR>?<BR><BR>-- <BR>Roman Klochkov</BODY></HTML>