Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
leftAdjustmentCM :: CellMod a -> Inttable-layout Text.Layout.Table.Primitives.CellMod No documentation available.
rightAdjustmentCM :: CellMod a -> Inttable-layout Text.Layout.Table.Primitives.CellMod No documentation available.
-
verset Verset 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
-
xmonad-contrib XMonad.Actions.UpdateFocus Adjusts the event mask to pick up pointer movements.
whenIJust :: Monad m => Invisible Maybe a -> (a -> m ()) -> m ()xmonad-contrib XMonad.Util.Invisible No documentation available.
whenJust' :: (Monad m, Monoid b) => Maybe a -> (a -> m b) -> m bxmonad-contrib XMonad.Util.PureX A whenJust that accepts a monoidal return value.