| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Pipes.Files.Types
Documentation
data FindOptions Source
Constructors
| FindOptions | |
Fields
| |
Constructors
| FileEntry | |
Fields
| |
newFileEntry :: RawFilePath -> Int -> FindOptions -> FileEntry f Source
class IsFilePath a where Source
Methods
getRawFilePath :: a -> RawFilePath Source
getFilePath :: a -> FilePath Source
fromRawFilePath :: RawFilePath -> a Source
fromFilePath :: FilePath -> a Source
fromTextPath :: Text -> a Source
Instances
| IsFilePath ByteString | |
| (~) * a Char => IsFilePath [a] |