<p dir="ltr">Maybe you want to use Data.Serialize?  Encode to and from a bytestring. </p>
<div class="gmail_extra"><br><div class="gmail_quote">On Nov 24, 2016 1:24 PM, "Michael Snoyman" <<a href="mailto:michael@snoyman.com">michael@snoyman.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">It can't be done. Instances of Storable need to have a fixed serialized size, and Text values don't.</p>
<br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 24, 2016, 8:21 PM Cody Goodman <<a href="mailto:codygman.consulting@gmail.com" target="_blank">codygman.consulting@gmail.com</a><wbr>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="m_-4595526483998298881gmail_msg"><div class="m_-4595526483998298881gmail_msg"><div class="m_-4595526483998298881gmail_msg"><div class="m_-4595526483998298881gmail_msg">Any ideas on how I'd write this instance? I know for it to be storable it needs a size, couldn't I just get the length of the text? Has anyone did anything similar?<br class="m_-4595526483998298881gmail_msg"><br class="m_-4595526483998298881gmail_msg"></div>I ran into a surprise when trying to use storable-record and derive-storable and tried using them with a record that contained a Text field.<br class="m_-4595526483998298881gmail_msg"><br class="m_-4595526483998298881gmail_msg"></div>My end goal is having a vector of records that could contain Text, UTCTime, or other similarly complex types which I can write as an mmap to disk and then read back to the original format.<br class="m_-4595526483998298881gmail_msg"><br class="m_-4595526483998298881gmail_msg"></div>Thanks!<br class="m_-4595526483998298881gmail_msg"></div>
______________________________<wbr>_________________<br class="m_-4595526483998298881gmail_msg">
Haskell-Cafe mailing list<br class="m_-4595526483998298881gmail_msg">
To (un)subscribe, modify options or view archives go to:<br class="m_-4595526483998298881gmail_msg">
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" class="m_-4595526483998298881gmail_msg" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br class="m_-4595526483998298881gmail_msg">
Only members subscribed via the mailman list are allowed to post.</blockquote></div>
<br>______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.<br></blockquote></div></div>