<div dir="ltr">I have recently found it useful while working with the FFI to have a CComplex data type, like so:<div><br></div><div>data CComplex a = Complex {-# UNPACK #-} !a {-# UNPACK #-} !a</div><div><br></div><div>Would something like this be a good addition to Foreign.C.Types?</div></div>