• Converts a Free into a Result value. A Return will be mapped to an Err and a Bind will be mapped to an Ok.

    Type Parameters

    • F

    Parameters

    • functor: Functor<F>

      A Functor instance for F.

    Returns (<T>(f) => Result<T, Get1<F, Free<F, T>>>)

    The mapped result value.

Generated using TypeDoc