• Cuts off the tree of computations at n-th index. If n is zero or less, the empty operation will be returned.

    Type Parameters

    • F

    Parameters

    • functor: Functor<F>

      The instance of Functor for F.

    Returns ((n) => (<T>(fr) => Free<F, Option<T>>))

    The cut off instance.

Generated using TypeDoc