
Effectie
A Tool for FP Effect Libraries
![[object Object]](/img/io-2-200x200.png)
Effect
Effectie is a tool for FP Effect libraries like Cats Effect and Scalaz Effect.
![[object Object]](/img/f_-200x200.png)
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]](/img/lambda-centred-200x200.png)
Referential Transparency
So that you can keep the abstraction and also enjoy coding with referential transparency!