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