Safe Haskell | None |
---|---|
Language | GHC2021 |
Shrun.Configuration.Data.FileLogging.FilePathDefault
Description
Provides the FilePathDefault
type.
Synopsis
- data FilePathDefault
- parseFilePathDefault :: MonadFail m => m Text -> m FilePathDefault
Documentation
data FilePathDefault Source #
OsPath option that includes a default possibility.
Instances
Show FilePathDefault Source # | |
Defined in Shrun.Configuration.Data.FileLogging.FilePathDefault Methods showsPrec :: Int -> FilePathDefault -> ShowS # show :: FilePathDefault -> String # showList :: [FilePathDefault] -> ShowS # | |
Eq FilePathDefault Source # | |
Defined in Shrun.Configuration.Data.FileLogging.FilePathDefault Methods (==) :: FilePathDefault -> FilePathDefault -> Bool # (/=) :: FilePathDefault -> FilePathDefault -> Bool # | |
DecodeTOML FilePathDefault Source # | |
Defined in Shrun.Configuration.Data.FileLogging.FilePathDefault Methods |
parseFilePathDefault :: MonadFail m => m Text -> m FilePathDefault Source #