Franklin Chen

Results 35 comments of Franklin Chen

It would be nice to add a Homebrew formula. I presume it would be very simple, at least from head, where it looks like probably something like the following should...

I will submit the formula myself. I was surprised to learn that Moscow ML still existed. I used it on Mac and Linux back in the mid-1990s when I was...

I have contributed a Homebrew formula, so you can mention that as an installation option for Mac OS X.

For amusement, I put up a personal project repo imported from an RCS project of 1996 https://github.com/FranklinChen/schreiner-friedman-pretty-printer that is possibly my oldest Moscow ML code. It compiled with no modification...

I just used `derive` to generate QuickCheck `Arbitrary`, first time I've ever used `derive`. By the way, the Hackage page https://hackage.haskell.org/package/derive points to http://community.haskell.org/~ndm/derive/ where there is nonexistent link to...

Are you referring to this project? https://github.com/rcano/sps

Meanwhile, Elm 0.18 has come and gone and Elm is at 0.19 now, so a lot has changed.

https://github.com/gtk2hs/svgcairo/issues/3 Once this is fixed, I'll write something up on using ghc-vis in a Stack context.

OK, I've finally managed to compile `ghc-vis` using Stack with LTS 8.6 on macOS for GHC 8.0.2. But when I try to use it, it seg faults for me. Can...

No, `ghc-heap-view` is working fine. I found that the problem with the seg fault is purely a macOS problem, and I don't know how to fix it. However, it works...