EagerEffect

typealias EagerEffect<Error, A> = Raise<Error>.() -> A

The same behavior and API as Effect except without requiring suspend.