<div dir="ltr">Hey All,<br><br>I'm trying to take advantage of typed/racket in a few macros. Is there any way to check the type of an expression from its syntax object? something like:<br><br>(:has-type? (-> Void) #'expression)<br>
<br><br>--Spencer</div>