Franklin Chen

Results 45 issues of Franklin Chen

Any interest in supporting polymorphism and type change? ``` scala case class Street[+A](name: A) case class Address[+A](street: Option[Street[A]]) case class Person[+A](addresses: List[Address[A]]) val p2 = modify(person)(_.addresses.each.street.each.name).using(_.length) ```

The links from the generated Hackage documentation to material in the GitHub repo, e.g., from https://hackage.haskell.org/package/fused-effects , point to `master` branch material, rather than appropriately tagged releases. For example, I...

I'm curious how this library differences from [`shapeless-scalacheck`](https://github.com/typelevel/shapeless-contrib). Maybe you can add a note on the difference for those who already use that?

question

`quickstart.md` doesn't define WithNullable. I searched the repo and found a definition of it in `QuickStart.purs`. Maybe there should be a script to insert the code into the doc, to...

I suggest using https://github.com/lihaoyi/macropy to avoid the system exit.

Day 4 has a link to http://try.purescript.org/?gist=ec91ebe17ca510f1ca36c8a535b292ac but that generates ``` No type class instance was found for Control.Monad.Error.Class.MonadThrow String (App ( console :: CONSOLE | eff4 ) ) while...

Have you considered Jupyter notebooks with IHaskell https://github.com/gibiansky/IHaskell in order to integrate graphing, etc?

On my Mac: ```console $ stack install hackage-diff --resolver lts-9.1 hackage-diff-0.1.0.1: configure hackage-diff-0.1.0.1: build -- While building package hackage-diff-0.1.0.1 using: /Users/chen/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2 --builddir=.stack-work/dist/x86_64-osx/Cabal-1.24.2.0 build --ghc-options " -ddump-hi -ddump-to-file" Process exited with...

Perhaps provide a comparison with and link to json-autotype, which I've been using for several years: https://hackage.haskell.org/package/json-autotype

It would be useful to have a macOS Travis build also.