<div dir="ltr">I'll get something together soon that explains my motivations. The short summary is that the types in primitive unpack better that their counterparts in vector (meaning, they unpack into one machine word instead of three). I started using these types in internal data structures in libraries I would write (since I didn't need slicing), and then just started noticing stuff I thought it would be nice to add.<div><br></div><div>David noticed that a bunch of the typeclass instances were broken. I'd been working on a library quickcheck-classes that I use to test instances at my work place. The primitive library was missing a test suite, so I used it to test all the instances to ensure that the fixes David had written were correct. In the process, I found more broken instances and fixed them. The life lesson here is that property testing is important.</div><div><br></div><div>PrimArray is an interesting story. Both winterland1989 and I had independently written libraries that did the same exact thing: implement a typed interface to ByteArray that keeps track of the element type. This makes PrimArray much safer to work with than ByteArray. Eventually, winterland's initial PR to bring this to primitive stalled. It implemented several other features (some of which may still eventually get added), but it's scope was large enough that no maintainer was able to feel comfortable approving it. More recently, I took at stab at doing the same thing, but I only added PrimArray, and after a lot of feedback from David, Carter, and Ryan, it got merged in.</div><div><br></div><div>This got longer than I thought it would. I'll work on something that talks more about motivations and features soon.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 23, 2018 at 5:48 AM, Simon Peyton Jones <span dir="ltr"><<a href="mailto:simonpj@microsoft.com" target="_blank">simonpj@microsoft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-GB" link="#0563C1" vlink="#954F72">
<div class="m_-6256589866103308174WordSection1">
<p class="MsoNormal">Andrew, David<u></u><u></u></p>
<p class="MsoNormal">I’ve seen a lot of traffic about the <b>primitive</b> library, in which you two are playing a leading role.<u></u><u></u></p>
<p class="MsoNormal">Clearly something interesting is going on, but I have not been paying enough attention to work out what.  Maybe lots of unrelated things?  Maybe a handful of closely related things?<u></u><u></u></p>
<p class="MsoNormal">Would you consider putting out a summary (to libraries and ghc-devs) to give an overview of the main threads, and any driving motivations.  Why has all this blown up now?<u></u><u></u></p>
<p class="MsoNormal">Meanwhile, thank you for being so active.<span class="HOEnZb"><font color="#888888"><u></u><u></u></font></span></p><span class="HOEnZb"><font color="#888888">
<p class="MsoNormal">Simon<u></u><u></u></p>
</font></span></div>
</div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">-Andrew Thaddeus Martin</div>
</div>