c2hs
c2hs copied to clipboard
Is it possible to have C2HS know the "type" definition?
Many types have builtin marshallers, like Int, Double. But if I had type X = Double, then I had to give explicit marshaller when using X.
Is it possible to have C2HS remember the type "X" somehow, and generate code just like it was "Double"?