@mikuroxina/mini-fn
    Preparing search index...

    Function when

    • Provides a branch statement for Cont. cont will be evaluated if cond is true, otherwise it will be an empty computation.

      Parameters

      • cond: boolean

        The condition as branch statement.

      Returns <R, M = IdentityHkt>(cont: ContT<R, M, never[]>) => ContT<R, M, never[]>

      The composed computation.