Copyright | © 2018-2020 IOHK |
---|---|
License | Apache-2.0 |
Safe Haskell | None |
Language | Haskell2010 |
Test.Utils.FilePath
Description
File path related test utilities.
Synopsis
- newtype PathElement = PathElement FilePath
Documentation
newtype PathElement Source #
A file or directory name. The Arbitrary
instance will generate values
which are valid on Windows and POSIX.
https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file
Constructors
PathElement FilePath |
Instances
Eq PathElement Source # | |
Defined in Test.Utils.FilePath | |
Show PathElement Source # | |
Defined in Test.Utils.FilePath Methods showsPrec :: Int -> PathElement -> ShowS # show :: PathElement -> String # showList :: [PathElement] -> ShowS # | |
Arbitrary PathElement Source # | |
Defined in Test.Utils.FilePath |