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

    Function liftLocal

    • Yields the function local for Cont<R, M, _>.

      Type Parameters

      • M

      Parameters

      Returns <S>(
          ask: Get1<M, S>,
      ) => <R>(
          cleanup: (callback: (s: S) => S) => (mr: Get1<M, R>) => Get1<M, R>,
      ) => (local: (s: S) => S) => <A>(src: ContT<R, M, A>) => ContT<R, M, A>

      The lifted computation.