binary
binary copied to clipboard
Binary instances for Foreign.C.Types
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?
It's probably not very common to need to serialise the C types.
Do you mind if I submit a patch to add them?