Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type CodebasePath = FilePath
- getCodebaseDir :: MonadIO m => Maybe CodebasePath -> m CodebasePath
Documentation
type CodebasePath = FilePath Source #
A directory that contains a codebase.
getCodebaseDir :: MonadIO m => Maybe CodebasePath -> m CodebasePath Source #