Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. athleteDetailed_lastname :: AthleteDetailed -> Text

    strive Strive.Types.Athletes

    No documentation available.

  2. athleteSummary_lastname :: AthleteSummary -> Text

    strive Strive.Types.Athletes

    No documentation available.

  3. getLast :: Last a -> a

    verset Verset

    No documentation available.

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

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

  6. repeatLast :: X ()

    xmonad-contrib XMonad.Actions.RepeatAction

    Runs the last remembered action. Be careful not to include this action in the remembered actions!

  7. getLastFocusedTopics :: X [Topic]

    xmonad-contrib XMonad.Actions.TopicSpace

    Deprecated: Use XMonad.Hooks.WorkspaceHistory.workspaceHistory (re-exported by this module) instead

  8. reverseLastFocusedTopics :: X ()

    xmonad-contrib XMonad.Actions.TopicSpace

    Reverse the list of "last focused topics"

  9. setLastFocusedTopic :: TopicConfig -> Topic -> (Topic -> Bool) -> X ()

    xmonad-contrib XMonad.Actions.TopicSpace

    Deprecated: Use XMonad.Hooks.WorkspaceHistory instead

  10. shiftNthLastFocused :: Int -> X ()

    xmonad-contrib XMonad.Actions.TopicSpace

    Shift the focused window to the Nth last focused topic, or fall back to doing nothing.

Page 250 of many | Previous | Next