It can't be done. Instances of Storable need to have a fixed serialized size, and Text values don't.


On Thu, Nov 24, 2016, 8:21 PM Cody Goodman <codygman.consulting@gmail.com> wrote:
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?

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.

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.

Thanks!
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.