Honza Široký

Results 16 issues of Honza Široký

When I check the package.json here, it seems that the repository is defined correctly. But on npm registry https://www.npmjs.com/package/eyes there is no repository link. According to https://github.com/cloudhead/eyes.js/commit/6ef998bbc635b60fe13e352c104709e88cc6a919 it has already...

C# tuples are good enough replacement

Ideally, definition of a coproduct should be one-liner.

When the discriminator of two overloads is only type signature, it's hard to debug problems. Distinguishing overloaded methods by parameter names will allow enforcing particular overload...

Usage of order "typeclass" is cumbersome, try to implement it without that.

``` product.Map( v1 => v1 * 2, v2 => v2 * 3 ); ```