Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype PropertySource Source #
Instances
Eq PropertySource Source # | |
Defined in Hedgehog.Internal.Discovery (==) :: PropertySource -> PropertySource -> Bool Source # (/=) :: PropertySource -> PropertySource -> Bool Source # |
|
Ord PropertySource Source # | |
Defined in Hedgehog.Internal.Discovery compare :: PropertySource -> PropertySource -> Ordering Source # (<) :: PropertySource -> PropertySource -> Bool Source # (<=) :: PropertySource -> PropertySource -> Bool Source # (>) :: PropertySource -> PropertySource -> Bool Source # (>=) :: PropertySource -> PropertySource -> Bool Source # max :: PropertySource -> PropertySource -> PropertySource Source # min :: PropertySource -> PropertySource -> PropertySource Source # |
|
Show PropertySource Source # | |
Defined in Hedgehog.Internal.Discovery |
readProperties :: MonadIO m => String -> FilePath -> m ( Map PropertyName PropertySource ) Source #
findProperties :: String -> FilePath -> String -> Map PropertyName PropertySource Source #
Pos | |
|
Instances
Eq Position Source # | |
Ord Position Source # | |
Defined in Hedgehog.Internal.Discovery |
|
Show Position Source # | |