
12 Aug
2016
12 Aug
'16
5:06 p.m.
On 2016-08-12 20:37, Edward Kmett wrote:
What about consuming Storable Vectors carefully, or simply working parameterized over vector type, where Storable vectors are one of the options?
There was actually a great paper about a very similar thing (i.e. "here's the usual interface" vs. "here's how it should be done") recently: http://ozark.hendrix.edu/~yorgey/pub/twisted.pdf It may be of interest -- at least as far as an "improved Ptr/Storable" goes. Cheers,