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. getLastWord :: String -> String

    xmonad-contrib XMonad.Prompt

    Gets the last word of a string or the whole string if formed by only one word

  2. getNextOfLastWord :: XPrompt t => t -> String -> [String] -> String

    xmonad-contrib XMonad.Prompt

    Given the prompt type, the command line and the completion list, return the next completion in the list for the last word of the command line. This is the default nextCompletion implementation.

  3. skipLastWord :: String -> String

    xmonad-contrib XMonad.Prompt

    Skips the last word of the string, if the string is composed by more then one word. Otherwise returns the string.

  4. isLast :: TreeZipper a -> Bool

    xmonad-contrib XMonad.Util.TreeZipper

    Check whenther this the last child

  5. sitemapLastMod :: SitemapUrl url -> Maybe UTCTime

    yesod-sitemap Yesod.Sitemap

    No documentation available.

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

    yi-mode-haskell Yi.Mode.Haskell.Dollarify

    No documentation available.

  7. safeLastP :: [a] -> Maybe a

    yi-mode-haskell Yi.Mode.Haskell.Dollarify

    No documentation available.

Page 252 of many | Previous | Next