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