Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Parser.Lexer No documentation available.
-
ghc GHC.Parser.Lexer No documentation available.
last_tk :: PState -> Maybe (PsLocated Token)ghc GHC.Parser.Lexer No documentation available.
-
ghc GHC.Utils.Misc Get the last two elements in a list.
-
ghc GHC.Utils.Misc No documentation available.
lastStarGreedy :: CompOption -> Boolregex-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.
lastStarGreedy :: CompOption -> Boolregex-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.
-
foldl Control.Foldl Get the last element of a container or return a default value if the container is empty
-
foldl Control.Foldl Return the last N elements
lastOf :: forall k (is :: IxList) s a . Is k A_Fold => Optic' k is s a -> s -> Maybe aoptics-core Optics.Fold Retrieve the last entry of a Fold.
>>> lastOf folded [1..10] Just 10
>>> lastOf each (1,2) Just 2