hydrogen-util-0.8: Hydrogen Tools

Safe HaskellNone
LanguageHaskell2010

Hydrogen.Util.Files

Documentation

findFilesRecursivelyWithContext Source

Arguments

:: forall c . 
=> (c -> FilePath -> [FilePath] -> IO c)

update function for current context

-> (FilePath -> IO Bool)

predicate to filter files

-> c

current context

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