[NumericPrelude] Unbox instance for NP's data types?
Christopher J Peikert
cpeikert at cc.gatech.edu
Tue Nov 19 17:17:00 GMT 2013
Hi, I am a happy user of numeric prelude.
What would make me even happier is if it provided Data.Vector.Unbox
instances (of Unbox) for types like Number.Complex.T.
These instances can even be auto-derived -- see, e.g.,
http://stackoverflow.com/questions/10866676/how-do-i-write-a-data-vector-unboxed-instance-in-haskell
However, I can't derive them myself because the derivation must occur where
the constructor is in scope.
Thanks!
Chris Peikert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://projects.haskell.org/pipermail/numeric-prelude/attachments/20131119/f77f1c6f/attachment.htm>
More information about the Numeric-Prelude
mailing list