hydrogen-util-0.7: Hydrogen Tools

Safe HaskellNone
LanguageHaskell2010

Hydrogen.Util.Files

Documentation

findFilesRecursivelyWithContext Source

Arguments

:: (c -> FilePath -> [FilePath] -> IO c)

update function for current context

-> (FilePath -> IO Bool)

predicate to filter files

-> c

current context

-> FilePath 
-> IO [(FilePath, c)]