DoAdapterIO typedef

DoAdapterIO = A Function<A>(IO<A>)

Implementation

typedef DoAdapterIO = A Function<A>(IO<A>);