Huw Campbell

Results 28 issues of Huw Campbell

https://github.com/ambiata/x/blob/master/x-htoml/src/X/Text/Toml.hs

I received a bunch of warnings when compiling this, and it looks like the semigroup instances were non-canonical. I also fixed up the commented example so it compiles and prints...

As discussed in #233.

next breaking

- Momentum shouldn't be stored in the layers any more. This will free us up to use a broader set of optimisation algorithms. We will however need to provide a...

At the moment the random initialisation is baked into the UpdateLayer class. We could replace this with either `Variates` from `System.Random.MWC` or `Random`.

easy

We're currently doing an explicit export list from `Options.Applicative` and `Options.Applicative.Arrows` which is really the complete public API. Perhaps everything else should be scoped into an `Internal` hierarchy with haddock...

@thumphries First thoughts on getting #304 ready for 0.16.

`cover` operates on `PropertyT`, while the generators and commands for state machine testing are `GenT` and `Result`. So as far as I can tell, there's nowhere to put coverage annotations.