Copyright | Copyright © FINN.no AS Inc. All rights reserved. |
---|---|
License | MIT |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Unleash.Internal.Predicates
Description
Predicate helpers.
Documentation
Arguments
:: (UTCTime -> UTCTime -> Bool) | Predicate. |
-> Maybe Text | First argument to predicate (to be parsed to UTC time). |
-> Maybe Text | Second argument to predicate (to be parsed to UTC time). |
-> Bool | Predicate result. |
Evaluate a predicate for UTC times.