binary icon indicating copy to clipboard operation
binary copied to clipboard

Binary instances for Foreign.C.Types

Open ghorn opened this issue 11 years ago • 2 comments

The data in Foreign.C.Types are just newtype wrappers around types which mostly have Binary instances already. Is there a reason the C types don't have Binary instances?

ghorn avatar Mar 07 '15 12:03 ghorn

It's probably not very common to need to serialise the C types.

kolmodin avatar Mar 07 '15 13:03 kolmodin

Do you mind if I submit a patch to add them?

ghorn avatar Jun 26 '15 23:06 ghorn