Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
System.IO.Read
Description
Read a from FilePath
- readFrom :: Read a => FilePath -> IO a
- readIn :: Read a => FilePath -> FilePath -> IO [a]
- readDirectory :: Read a => FilePath -> IO [a]
- listAbsDirectory :: FilePath -> IO [FilePath]
- listFromIndexedMap :: Read c => (b1 -> b2 -> IO FilePath) -> Map (a1, a2) (b1, b2) -> IO [((a1, a2), c)]
- indexedMap :: (Ord t1, Ord t, Num t1, Num t, Enum t1, Enum t) => [t2] -> [t3] -> Map (t, t1) (t2, t3)
- indexed :: (Num a, Enum a) => [b] -> [(a, b)]
Documentation
listFromIndexedMap :: Read c => (b1 -> b2 -> IO FilePath) -> Map (a1, a2) (b1, b2) -> IO [((a1, a2), c)] Source #
Create list of files for given function and i^ndex.