* 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. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
