-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Port of Find function of FileManip lib for use on windows systems
--
-- A Haskell library for working with files and directories. Includes
-- code for pattern matching, finding files, modifying file contents, and
-- more.
@package FileManipCompat
@version 0.1
module System.FilePath.FindCompat
-- | Unconditionally return True.
always :: FindClause Bool
-- | Search a directory recursively, with recursion controlled by a
-- RecursionPredicate. Lazily return a sorted list of all files
-- matching the given FilterPredicate. Any errors that occur are
-- ignored, with warnings printed to stderr.
find :: RecursionPredicate -> FilterPredicate -> FilePath -> IO [FilePath]
instance Functor FindClause
instance Monad FindClause
instance Eq FileInfo
instance Eq FileStatus