
16 Dec
2017
16 Dec
'17
4:09 p.m.
On Sat, 16 Dec 2017, Sven Panne wrote:
Yes, that's an ABI issue. Once again: Storable is *not* for structs, it never has been and will never be (because there is no single correct instance for composite struct-like types).
One of hsc2hs most important tasks is to generate Storable instances of Haskell records that shall be compatible to C structs. Is that one completely invalid?