IO<A> typedef

IO<A> = A Function()

Implementation

typedef IO<A> = A Function();