genvalidity-path-0.2.0.2: GenValidity support for Path
Data.GenValidity.Path
Contents
Methods
genUnchecked :: Gen (Path a f) #
shrinkUnchecked :: Path a f -> [Path a f] #
genValid :: Gen (Path Abs File) #
shrinkValid :: Path Abs File -> [Path Abs File] #
genValid :: Gen (Path Abs Dir) #
shrinkValid :: Path Abs Dir -> [Path Abs Dir] #
genValid :: Gen (Path Rel File) #
shrinkValid :: Path Rel File -> [Path Rel File] #
genValid :: Gen (Path Rel Dir) #
shrinkValid :: Path Rel Dir -> [Path Rel Dir] #
genInvalid :: Gen (Path Abs File) #
shrinkInvalid :: Path Abs File -> [Path Abs File] #
genInvalid :: Gen (Path Abs Dir) #
shrinkInvalid :: Path Abs Dir -> [Path Abs Dir] #
genInvalid :: Gen (Path Rel File) #
shrinkInvalid :: Path Rel File -> [Path Rel File] #
genInvalid :: Gen (Path Rel Dir) #
shrinkInvalid :: Path Rel Dir -> [Path Rel Dir] #