Build Status Coverage Status Download

Motivation

This is the place where i want to store my scala code that i want to use in other scala projects. It's not a library but syntax sugar.

I really like Either type and i'm trying to use it everywhere

I think that any function () => V should be like that () => Either[Throwable, V]