effect-tree
    Preparing search index...

    Function zipWithEffect

    • Just like zipWith except the given function returns its result in an Effect.

      Type Parameters

      • A
      • B
      • C

      Parameters

      • f: (self: A, that: B) => C

      Returns (self: Tree<A>, that: Tree<B>) => Effect<Tree<C>>