Skip to main content
Project Logo

Effectie

A Tool for FP Effect Libraries

[object Object]

Effect

Effectie is a tool for FP Effect libraries like Cats Effect and Scalaz Effect.

[object Object]

Tagless Final

It helps you have abstraction in your code using Tagless Final. So instead of IO(a): IO[A], you can do effectOf(a): F[A]

[object Object]

Referential Transparency

So that you can keep the abstraction and also enjoy coding with referential transparency!