Hello,<br><br>&nbsp;&nbsp;&nbsp;&nbsp; I am reading the FFI spec. Something is unclear to me. Let&#39;s assume we have<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data A = {b:B, .......}<br><br>&nbsp;&nbsp;&nbsp; and<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data B ={ .............}<br><br>both of which belong to class Storable. In the A instance of Storable I want to do a poke and peek of &quot;b&quot; into and out-of, respectively, B. How do I write the poke and peek function of &quot;b&quot; in the &quot;instance Storable A&quot;?<br>
<br>thank you, Vasili<br>