Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. how to convert an array of foreignPtr a into a list of Ptr a
(PICCA Frederic-Emmanuel)
----------------------------------------------------------------------
Message: 1
Date: Tue, 27 Aug 2019 07:19:25 +0000
From: PICCA Frederic-Emmanuel
<[email protected]>
To: "The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell" <[email protected]>
Subject: [Haskell-beginners] how to convert an array of foreignPtr a
into a list of Ptr a
Message-ID:
<a2a20ec3b8560d408356cac2fc148e53016cf53...@sun-dag3.synchrotron-soleil.fr>
Content-Type: text/plain; charset="us-ascii"
Hello, I am writing some code whcih use FFI.
one of my C functions has an array of pointer has imput
extern HklBinocularsCube *hkl_binoculars_cube_new(int32_t n_spaces,
const HklBinocularsSpace **spaces);
from Haskell, I have a list of ForeignPtr
so my question how can I have something like withForeignPtr for an array of
ForeignPtr
[ForeignPtr a] -> ([Ptr a] -> IO b) -> IO b
Thanks for your help.
Frederic
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 134, Issue 4
*****************************************