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.
-
relational-schemas Database.Custom.SQLite3 No documentation available.
isFirst :: forall (t :: Type -> Type) a . PosType t => TreePos t a -> Boolrosezipper Data.Tree.Zipper Are we the first position (of its kind) in a forest.
athleteDetailed_firstname :: AthleteDetailed -> Textstrive Strive.Types.Athletes No documentation available.
athleteSummary_firstname :: AthleteSummary -> Textstrive Strive.Types.Athletes No documentation available.
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
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
-
verset Verset No documentation available.
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
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.
bindFirst :: [(Query Bool, X ())] -> X ()xmonad-contrib XMonad.Actions.PerWindowKeys Run the action paired with the first Query that holds true.