export TestableFilePath constructor
Useful for eg, replicating failures in ghci. No need for this to be a smart constructor, as long as it's used with valid filepaths, it's ok and if not the test breaks.
This commit is contained in:
parent
99ba471209
commit
bb4dc3a399
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Utility.QuickCheck
|
|||
( module X
|
||||
, TestableString
|
||||
, fromTestableString
|
||||
, TestableFilePath
|
||||
, TestableFilePath(..)
|
||||
, fromTestableFilePath
|
||||
, nonNegative
|
||||
, positive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue