Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- type Directory = String
- type FileOrDir = String
- type Filename = String
- type SourceText = ByteString
- checkDir :: Directory -> IO ()
- getDir :: Filename -> Directory
- isDirectory :: FileOrDir -> IO Bool
- collect :: (Eq a, Ord k) => [(k, a)] -> Map k [a]
- descendBiReverseM :: (Data from, Data to, Monad m, Biplate from to) => (to -> m to) -> from -> m from
- descendReverseM :: (Data on, Monad m, Uniplate on) => (on -> m on) -> on -> m on
Datatypes and Aliases
type SourceText = ByteString Source #
Directory Helpers
checkDir :: Directory -> IO () Source #
Creates a directory (from a filename string) if it doesn't exist
Misc Helpers
descendBiReverseM :: (Data from, Data to, Monad m, Biplate from to) => (to -> m to) -> from -> m from Source #
descendReverseM :: (Data on, Monad m, Uniplate on) => (on -> m on) -> on -> m on Source #