Closed vmchale closed 4 years ago
Currently, TemplateHaskell is used in various places, e.g. https://github.com/bos/math-functions/blob/master/Numeric/Sum.hs#L101 for derivingUnbox. If those instances were written by hand, it would be feasible to cross-compile.
TemplateHaskell
derivingUnbox
Thanks!
AFAIR it's only used to derive Unbox instances. I'm not ready to write that much boilerplate. But if someone will I'll gladly accept patches
I believe #61 implemented this.
Indeed. Thanks for pointing it out
Currently,
TemplateHaskell
is used in various places, e.g. https://github.com/bos/math-functions/blob/master/Numeric/Sum.hs#L101 forderivingUnbox
. If those instances were written by hand, it would be feasible to cross-compile.Thanks!