• Creates an action which censors the computation writer with cense.

    Type Parameters

    • W

    Parameters

    • cense: ((w) => W)

      The function to cense the state.

        • (w): W
        • Parameters

          • w: W

          Returns W

    Returns (<A>(writer) => Writer<W, A>)

    The censored computation.

      • <A>(writer): Writer<W, A>
      • Type Parameters

        • A

        Parameters

        Returns Writer<W, A>

Generated using TypeDoc