hydrogen-prelude-0.10: Hydrogen Prelude

Safe HaskellNone
LanguageHaskell2010

Hydrogen.Prelude.System

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)]