Malcolm Greaves

Results 13 comments of 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...

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] =...