You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering whether generating TH code (splice expression) is possible in current implementation, and if not, is the support for TH planned? Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the feature request! We don't have combinators for splices, but at first glance they look pretty reasonable to add to our API.
Out of curiosity, what is your intended use of them? In my use in the past I've been doing all of the codegen with ghc-source-gen itself, so there was no need for TH's codegen. But I can see how this would be useful to interact with another library that already provides a TH API.
I am wondering whether generating TH code (splice expression) is possible in current implementation, and if not, is the support for TH planned? Thanks!
The text was updated successfully, but these errors were encountered: