Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. lastOL :: OrdList a -> a

    ghc GHC.Data.OrdList

    No documentation available.

  2. last_len :: PState -> !Int

    ghc GHC.Parser.Lexer

    No documentation available.

  3. last_loc :: PState -> PsSpan

    ghc GHC.Parser.Lexer

    No documentation available.

  4. last_tk :: PState -> Maybe (PsLocated Token)

    ghc GHC.Parser.Lexer

    No documentation available.

  5. last2 :: [a] -> Maybe (a, a)

    ghc GHC.Utils.Misc

    Get the last two elements in a list.

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

    ghc GHC.Utils.Misc

    No documentation available.

  7. lastStarGreedy :: CompOption -> Bool

    regex-tdfa Text.Regex.TDFA

    False by default. This is POSIX correct but it takes space and is slower. Setting this to True will improve performance, and should be done if you plan to set the captureGroups ExecOption to False.

  8. lastStarGreedy :: CompOption -> Bool

    regex-tdfa Text.Regex.TDFA.Common

    False by default. This is POSIX correct but it takes space and is slower. Setting this to True will improve performance, and should be done if you plan to set the captureGroups ExecOption to False.

  9. lastDef :: a -> Fold a a

    foldl Control.Foldl

    Get the last element of a container or return a default value if the container is empty

  10. lastN :: Int -> Fold a [a]

    foldl Control.Foldl

    Return the last N elements

Page 28 of many | Previous | Next