call-haskell-from-anything icon indicating copy to clipboard operation
call-haskell-from-anything copied to clipboard

How to expose structure/records in C's struct ?

Open yellowbean opened this issue 3 years ago • 0 comments

Great work for this library !

How to map a record type in haskell to C's struct ?

I would like to let user to build a record type in Haskell via Python/ctypes, but in example there is only CString example

yellowbean avatar Jun 15 '22 06:06 yellowbean