[Haskell-cafe] Complex C99 type in Foreign

Don Stewart dons at galois.com
Sun Feb 1 13:57:47 EST 2009


briqueabraque:
> Hi,
> 
> Are there plans to include C99 'complex' type
> in Foreign, maybe as CFloatComplex, CDoubleComplex
> and CLongDoubleComplex? This seems an easy addition
> to the standard and would allow binding of a few
> interesting libraries, like GSL.
> 

A separate library for new types to add to Foreign would be the easiest
way forward. Just put the foreign-c99 package on Hackage?

-- Don


More information about the Haskell-Cafe mailing list