Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
adjustOption :: IsOption v => (v -> v) -> TestTree -> TestTreehledger-lib Hledger.Utils.Test Locally adjust the option value for the given test subtree.
-
parameterized-utils Data.Parameterized.Classes The isJust function returns True iff its argument is of the form Just _.
Examples
Basic usage:>>> isJust (Just 3) True
>>> isJust (Just ()) True
>>> isJust Nothing False
Only the outer constructor is taken into consideration:>>> isJust (Just Nothing) True
class (Reflex t, Monad m) =>
Adjustable t (m :: Type -> Type) | m -> treflex Reflex.Adjustable.Class A Monad that supports adjustment over time. After an action has been run, if the given events fire, it will adjust itself so that its net effect is as though it had originally been run with the new value. Note that there is some issue here with persistent side-effects: obviously, IO (and some other side-effects) cannot be undone, so it is up to the instance implementer to determine what the best meaning for this class is in such cases.
-
reflex Reflex.Adjustable.Class Deprecated: Use Adjustable instead
-
reflex Reflex.Adjustable.Class Traverses a Map, running the provided Adjustable action. The provided Event of patches to the Map can add, remove, update, move, or swap values.
-
reflex Reflex.Adjustable.Class Traverse a DMap of Adjustable actions, running each of them. The provided Event of patches to the DMap can add, remove, or update values.
-
reflex Reflex.Adjustable.Class Traverses a DMap of Adjustable actions, running each of them. The provided Event of patches to the DMap can add, remove, update, move, or swap values.
-
reflex Reflex.Adjustable.Class No documentation available.
-
reflex Reflex.Adjustable.Class No documentation available.
-
reflex Reflex.Adjustable.Class No documentation available.