TapFunctionEither<A, B> typedef
Implementation
typedef TapFunctionEither<A, B> = TaskEither<A, B> Function(
TaskEither<A, B> taskEither);
typedef TapFunctionEither<A, B> = TaskEither<A, B> Function(
TaskEither<A, B> taskEither);