Tony Morris

Results 9 issues of Tony Morris

This is an issue for deleting all the completely useless broken shit in Scalaz. Most of it was committed between 2012 and 2014. Hurry up and delete it. It's urgent.

scalaz8

Scalaz 8 has been discussed for a long time. Now with the Scalaz project reverted to being motivated by its original progressive goals, some of the long-standing issues could be...

scalaz8

This optic is an error, has no use-cases. It is in the monocle library but should not be emulated. Side note: similarly for the "zip" operation (an error in optics...

* ignore /dist-newstyle * delete and replace orphan instances * delete and replace overlapping instances * fix some lenses * use modern-uri(Text.URI) instead of Network.URI * Implement Eq1, Show1 *...

Just browsing through the code. The `challenge0` directory does not appear to have any challenges (certainly there are no instances of `???`). I wonder if this is intentional. I make...

Both `DList#groupBy` and `DList#groupWith` differ only in that one of them abuses implicit resolution. One of them must be deleted. A quick-fix is to delete `DList#groupWith` where the abuse is...

Bug

On 03/12/2013, Joe Albahari gave an excellent talk on functional programming using C# in Brisbane. Joe's introduction emphasised _pure functions_, _referential transparency_ and the general thesis of functional programming. Joe...

``` also theoretically AsCoordinate p f t should subtype AsLatitude p f t and AsLongitude p f t -- class (AsLatitude p f t, AsLongitude p f t) => AsCoordinate...

``` you can also tweak coordinatePrism to take one pair of constraints easily, by Store or Context as what you decode with coordinatePrism' :: (AsLatitude (->) Store lat, AsLongitude (->)...