Tim Steinbach

Results 53 comments of Tim Steinbach

@frgomes Thanks for the friendly contribution. My point is that I don't think it should be necessary to add a manual `true` after the assert. I would have expected my...

Just have to keep in mind that as soon as I do anything with the `Option[A]`, this can go horribly wrong :) `Option(x).map(_ max y).getOrElse(y)` is a little more difficult...

...OR we could make a microsite that is deployed next to the core Scalaz documentation (in a folder), so we can easily cross-link :)

You're probably way better off using scalaz-zio these days. There is a Scalaz 7 interop module in there, too.

hmm, I don't think we should just ignore the entire file... If we respect the annotation, we should respect them as intended...

The releases should propagate to Maven Central. Needing this resolver should only ever be necessary as a temporary measure for the latest release.

This is funny, I was literally trying to reproduce something like this from memory the other day but had no luck. I have indeed encountered this before. It is likely...

Could we get a quick description for each of these? Are you planning to build a testing framework? type == typeclass? Will every package have some sort of Prelude?

Ah, makes sense. And "thank you" to @xuwei-k !

I think this package structure makes sense. I don't know that tests should be in a separate package. Generally, tests sit next to the class under test?! Or is that...