David Fox

Results 96 comments of David Fox

Here is a link that works (for the moment.) It might be good to check this into the source repository. https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.182.1395&rep=rep1&type=pdf

Thank me with a pull request!

I don't know. I would favor dropping the pdf into the repository rather than a link, though I'm not sure how to then link to that in the README.

By this I meant a self contained executable that uses the library.

I was looking for the option of using UniplateDirect because what I have now is incredibly slow. I will give the fix a shot, and if I can do it...

Neil, do you know why loading Example.hs gives me derive: Don't know how to derive type class: Eq

Lately I've become leery of GHC.Generics - it creates huge declarations when there are a lot of constructors, and the results take a long time to compile.

On the other hand, I just eliminated all the Generic instances from our GHCJS application (using custom implementations of deriveSerialize and deriveJSON instead) and the javascript executable size dropped from...

I would join a github derive maintainer group.

Yes, its my solution to #13. It could use some polish though.