Hello,<br><br>&nbsp;&nbsp;&nbsp;&nbsp; I am thinking about &quot;glue&quot;/&quot;binding&quot; code for POSIX listio and aio_suspend. E.g. <a href="http://docs.hp.com/en/B9106-90009/lio_listio.2.html">http://docs.hp.com/en/B9106-90009/lio_listio.2.html</a><br>
<br>1) It seems to me that this is a &quot;lifting&quot; problem where we lift to a Haskell list of &quot;aiocb&#39;s&quot; to a C array of pointers?? An example of the &quot;C array of pointers&quot; is described by <a href="http://docs.hp.com/en/B9106-90009/lio_listio.2.html">http://docs.hp.com/en/B9106-90009/lio_listio.2.html</a><br>
<br><br>2) Is it reasonable for the domain of the 1) mapping to be a Haskell list of &quot;aiocb&#39;s&quot;?? <br><br>Kind regards, Vasili<br>