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.

  1. leftAdjustmentCM :: CellMod a -> Int

    table-layout Text.Layout.Table.Primitives.CellMod

    No documentation available.

  2. rightAdjustmentCM :: CellMod a -> Int

    table-layout Text.Layout.Table.Primitives.CellMod

    No documentation available.

  3. isJust :: Maybe a -> Bool

    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
    

  4. adjustEventInput :: X ()

    xmonad-contrib XMonad.Actions.UpdateFocus

    Adjusts the event mask to pick up pointer movements.

  5. whenIJust :: Monad m => Invisible Maybe a -> (a -> m ()) -> m ()

    xmonad-contrib XMonad.Util.Invisible

    No documentation available.

  6. whenJust' :: (Monad m, Monoid b) => Maybe a -> (a -> m b) -> m b

    xmonad-contrib XMonad.Util.PureX

    A whenJust that accepts a monoidal return value.

Page 191 of many | Previous | Next