[Haskell-cafe] Poisx select support
Spencer Janssen
sjanssen at cse.unl.edu
Thu Jan 17 01:25:37 EST 2008
On Wed, Jan 16, 2008 at 02:09:31PM -0600, Galchin Vasili wrote:
> Hi Don,
>
> Sorry ..I wasn't clear enough.I am trying to determine from the
> Haskell FFI doc what datatype to use in order to model C's "void *", e.g.
> for mmap http://www.opengroup.org/onlinepubs/000095399/functions/mmap.html
>
> Regards, Vasili
For C's "void *", I'd use "Ptr ()".
Cheers,
Spencer Janssen
More information about the Haskell-Cafe
mailing list