| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hedgehog.Internal.Discovery
Documentation
newtype PropertySource Source #
Constructors
| PropertySource | |
Fields | |
Instances
| Show PropertySource Source # | |
Defined in Hedgehog.Internal.Discovery | |
| Eq PropertySource Source # | |
Defined in Hedgehog.Internal.Discovery Methods (==) :: PropertySource -> PropertySource -> Bool Source # (/=) :: PropertySource -> PropertySource -> Bool Source # | |
| Ord PropertySource Source # | |
Defined in Hedgehog.Internal.Discovery Methods 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 # | |
readProperties :: MonadIO m => String -> FilePath -> m (Map PropertyName PropertySource) Source #
findProperties :: String -> FilePath -> String -> Map PropertyName PropertySource Source #
Constructors
| Pos | |
Fields
| |
Instances
| Show Position Source # | |
| Eq Position Source # | |
| Ord Position Source # | |
Defined in Hedgehog.Internal.Discovery | |