| 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 (/=) :: PropertySource -> PropertySource -> Bool | |
| Ord PropertySource Source # | |
Defined in Hedgehog.Internal.Discovery Methods compare :: PropertySource -> PropertySource -> Ordering (<) :: PropertySource -> PropertySource -> Bool (<=) :: PropertySource -> PropertySource -> Bool (>) :: PropertySource -> PropertySource -> Bool (>=) :: PropertySource -> PropertySource -> Bool max :: PropertySource -> PropertySource -> PropertySource min :: PropertySource -> PropertySource -> PropertySource | |
| Show PropertySource Source # | |
Defined in Hedgehog.Internal.Discovery Methods showsPrec :: Int -> PropertySource -> ShowS show :: PropertySource -> String showList :: [PropertySource] -> ShowS | |
readProperties :: MonadIO m => String -> FilePath -> m (Map PropertyName PropertySource) Source #
findProperties :: String -> FilePath -> String -> Map PropertyName PropertySource Source #
readDeclaration :: MonadIO m => FilePath -> LineNo -> m (Maybe (String, Pos String)) Source #
Constructors
| Pos | |
Fields
| |