EagerEffect

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

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