Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. rightAdjustmentCM :: CellMod a -> Int

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

    No documentation available.

  2. hoistMaybe :: forall (m :: Type -> Type) x a . Monad m => x -> Maybe a -> EitherT x m a

    transformers-either Control.Monad.Trans.Either

    Hoist Maybe a into Right a.

  3. listMemberCount :: Lens' List Int

    twitter-types-lens Web.Twitter.Types.Lens

    No documentation available.

  4. listMode :: Lens' List Text

    twitter-types-lens Web.Twitter.Types.Lens

    No documentation available.

  5. BlockedIndefinitelyOnSTM :: BlockedIndefinitelyOnSTM -> ExternalError

    unexceptionalio-trans UnexceptionalIO.Trans

    No documentation available.

  6. lastMay :: [a] -> Maybe a

    verset Verset

    No documentation available.

  7. withFirstMinimized :: (Window -> X ()) -> X ()

    xmonad-contrib XMonad.Actions.Minimize

    Perform an action with first minimized window on current workspace or do nothing if there is no minimized windows on current workspace

  8. withFirstMinimized' :: (Maybe Window -> X ()) -> X ()

    xmonad-contrib XMonad.Actions.Minimize

    Like withFirstMinimized but the provided action is always invoked with a 'Maybe Window', that will be nothing if there is no first minimized window.

  9. withLastMinimized :: (Window -> X ()) -> X ()

    xmonad-contrib XMonad.Actions.Minimize

    Perform an action with last minimized window on current workspace or do nothing if there is no minimized windows on current workspace

  10. withLastMinimized' :: (Maybe Window -> X ()) -> X ()

    xmonad-contrib XMonad.Actions.Minimize

    Like withLastMinimized but the provided action is always invoked with a 'Maybe Window', that will be nothing if there is no last minimized window.

Page 365 of many | Previous | Next