[Haskell-cafe] Bit fiddling

Florian Weimer fw at deneb.enyo.de
Tue May 17 17:29:33 EDT 2005


* robert dockins:

> If you want C compatibility, you need
>
> http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Array.Storable.html
>
> which is similar.  You then use the "withStorableArray" to call out to 
> your C functions.

Looks exactly like what I need.  I'll give it a try and come back if I
can't figure out how things fit together.  Thanks again.


More information about the Haskell-Cafe mailing list