run
run<
R>(env): <A>(data) =>A
Defined in: Core/Reader.ts:169
Runs a Reader by supplying the environment. Use this at the edge of your program where the environment is available.
Type Parameters
Section titled “Type Parameters”R
Parameters
Section titled “Parameters”R
Returns
Section titled “Returns”<
A>(data):A
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Reader<R, A>
Returns
Section titled “Returns”A