Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
period :: IsProp (Property i) => Property i -> Recurrance -> Property i Source #
Makes a Property only be checked every so often.
This uses the description of the Property to keep track of when it was last run.
periodParse :: IsProp (Property i) => Property i -> String -> Property i Source #
Like period, but parse a human-friendly string.