Mitchell Dalvi Rosen

Results 288 comments of Mitchell Dalvi Rosen
trafficstars

I too wonder if @michaelt's instance is sane. Here's a use-case: "upgrading" the [async](https://hackage.haskell.org/package/async) `Concurrently` applicative to a monad, while inheriting its concurrent applicative and alternative behaviors. ```haskell import Control.Alternative.Free...

A suggestion: maybe the "download time" is not a useful metric for users to see, since (I think) it will have little variance across packages with different amounts of source...

Sorry, 👎 to breaking changes from me.

I have an extremely WIP library up that can handle this case, perhaps some of you will find it useful. https://github.com/mitchellwrosen/haskell-to-elm I just hacked it up on the plane the...

@saurabhnanda Yeah, just making an Elm type from a Haskell one at compile time. With an Elm type ADT in hand, any number of transformations can happen to it at...

I also have my eye on `language-elm` as a way of standardizing on the Elm AST (annoying that the elm compiler itself is not on Hackage). But for now, I've...

@domenkozar Could you check out the issue I opened here? https://github.com/agrafix/elm-bridge/issues/41 I'm not too familiar with how people are using `elm-export` or `elm-bridge`, and what their short comings are, but...

@bartavelle Moved on to PureScript? :)

Excellent, thanks for the context.

Indeed; I had considered trying to put together a benchmark. I'm sure enormous gobs of "real world" JSON aren't hard to generate or get a hold of. However, life took...