Malcolm Greaves
Malcolm Greaves
I am attempting to work through the gausian-distributions-are-monoids post as well. I am a Haskell newbie; I am quite unfamiliar with cabal. I attempted `cabal install HLearn-distributions`, which failedc since...
+1 I'd love to have this ability!
I have encountered a similar problem with serializing `Option` values using the JSON module. This code demonstrates the problem: ``` import rapture._ import rapture.json._ import rapture.json.jsonBackends.jawn._ val o: Option[String] =...