
17 May
2005
17 May
'05
5:29 p.m.
* robert dockins:
If you want C compatibility, you need
http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Array.Storab...
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.