Why does only the CSize from Foreign.C.Types has instances for Additive, etc.?
If there is not a reason for that, I'm willing to implement those instances for all types from Foreign.C.Types.
If that's alright, perhaps these instances should be in modules Basement.FFI.Additive, etc. and Foundation.FFI (or C.Types instead of FFI)?
Note: I think that at some stage, it would be nice to implement the things from Foreign.C.String using the Foundation's String.
Why does only the CSize from Foreign.C.Types has instances for Additive, etc.?
If there is not a reason for that, I'm willing to implement those instances for all types from Foreign.C.Types.
If that's alright, perhaps these instances should be in modules Basement.FFI.Additive, etc. and Foundation.FFI (or C.Types instead of FFI)?
Note: I think that at some stage, it would be nice to implement the things from Foreign.C.String using the Foundation's String.