Huw Campbell
Huw Campbell
Lenses
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...
- 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`.
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.