pipes-files-0.1.1: Fast traversal of directory trees using pipes

Safe HaskellNone
LanguageHaskell2010

Pipes.Files.Types

Documentation

data FileEntry f Source

Constructors

FileEntry 

Fields

entryPath :: !RawFilePath
 
entryDepth :: !Int
 
entryFindOptions :: !FindOptions
 
entryStatus :: !(Maybe FileStatus)

This is Nothing until we determine stat should be called.

Instances