• Applies the reader r to the reader s.

    Type Parameters

    • A

    • B

    • R

    Parameters

    • r: Reader<R, ((a) => B)>

      The reader with computation about the function (a: A) => B.

    Returns ((s) => Reader<R, B>)

    The applied reader.

Generated using TypeDoc