Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. NullsFirst :: Nulls

    relational-schemas Database.Custom.SQLite3

    No documentation available.

  2. isFirst :: forall (t :: Type -> Type) a . PosType t => TreePos t a -> Bool

    rosezipper Data.Tree.Zipper

    Are we the first position (of its kind) in a forest.

  3. athleteDetailed_firstname :: AthleteDetailed -> Text

    strive Strive.Types.Athletes

    No documentation available.

  4. athleteSummary_firstname :: AthleteSummary -> Text

    strive Strive.Types.Athletes

    No documentation available.

  5. insertFirst :: Ord k => TMapChan k a -> k -> a -> STM ()

    tmapchan Control.Concurrent.STM.TMapChan

    Inserts the element to the head of the stack, to be viewed next

  6. insertFirst :: (Eq k, Hashable k) => TMapChan k a -> k -> a -> STM ()

    tmapchan Control.Concurrent.STM.TMapChan.Hash

    Inserts the element to the head of the stack, to be viewed next

  7. getFirst :: First a -> a

    verset Verset

    No documentation available.

  8. 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

  9. 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.

  10. bindFirst :: [(Query Bool, X ())] -> X ()

    xmonad-contrib XMonad.Actions.PerWindowKeys

    Run the action paired with the first Query that holds true.

Page 118 of many | Previous | Next