Mitchell Dalvi Rosen
Mitchell Dalvi Rosen
@moll First just to clarify - are you a maintainer of this package or just throwing in your 2c?
Ah, gotcha. Well, to elaborate a bit, lawless type classes are already suspicious. The only benefit is reusing a symbol name. One example of a decent lawless type class is...
@ndmitchell > If you add Default without instances for what is in base, then due to orphans effectively no library can ever add instances for Int. It's taking the type...
@duplode Sure, I can try, but I think the Github :+1: have spoken, this was just a bad take and I am happy to yield. My argument against `def`'s polymorphism...
@duplode And to respond to your other comment, diagrams use of `def` is fine, concordant with my proposal. I'm not saying let's axe the type class from Hackage altogether. It...
Hm, riak does not start successfully when setting `DOCKER_RIAK_SERVICE=0`, investigating...
Nevermind, it works :P
@MichaelXavier I think you'll still have to import `` where necessary, as it's re-exported by `optparse-applicative-0.12` but not `optparse-applicative-0.13`, no?
@timbod7 I believe it was `PlotIndex`. Unfortunately I just deleted all of my sample code, but it was some combination of the bar-graph example code and error-bars example code (first...
Here you go @timbod7: ``` haskell module Main where import Control.Applicative import Graphics.Rendering.Chart.Easy import Graphics.Rendering.Chart.Backend.Cairo titles :: [String] titles = ["foo", "bar"] values :: [(String, [Double], [Double])] values = [...