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
|
( module X
|
||||||
, TestableString
|
, TestableString
|
||||||
, fromTestableString
|
, fromTestableString
|
||||||
, TestableFilePath
|
, TestableFilePath(..)
|
||||||
, fromTestableFilePath
|
, fromTestableFilePath
|
||||||
, nonNegative
|
, nonNegative
|
||||||
, positive
|
, positive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue