Skip to main content

run

danger

You should never directly call run function on IO

Type#

type: IORunFunc<R, E, A> = (input: R) => Either<E, A>