:: (a -> IO b) -> DirTree a -> IO (DirTree b) -package:ghc -package:lens package:vector

O(n) Apply the monadic action to all elements of the vector, yielding a vector of results.