Hacker News new | ask | show | jobs
by jeremyjh 4281 days ago
Haskell can, but there is not an implementation that does this.
1 comments

To be clear for the Haskell newbies, he's talking about an implementation of the protobuf library, not Haskell. You can fairly easily lift from Template Haskell types into IO in GHC (not sure about TH in other compilers).