Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. lastS :: forall (m :: Type -> Type) a . Monad m => a -> Automaton m (Maybe a) a

    automaton Data.Automaton

    Remembers the last Just value, defaulting to the given initialisation value.

  2. lastChild :: forall (n :: (Type -> Type) -> Type -> Type -> Type) tag text . (NodeClass n [], Monoid tag) => CursorG n [] tag text -> Maybe (CursorG n [] tag text)

    hexpat Text.XML.Expat.Cursor

    The last child of the given location - pure version.

  3. lastChildM :: forall (n :: (Type -> Type) -> Type -> Type -> Type) (c :: Type -> Type) tag text . (NodeClass n c, Monoid tag) => CursorG n c tag text -> ItemM c (Maybe (CursorG n c tag text))

    hexpat Text.XML.Expat.Cursor

    The last child of the given location - used for monadic node types.

  4. lastDef :: a -> [a] -> a

    hledger Hledger.Cli.Script

    No documentation available.

  5. lastMay :: [a] -> Maybe a

    hledger Hledger.Cli.Script

    No documentation available.

  6. lastNote :: Partial => String -> [a] -> a

    hledger Hledger.Cli.Script

    No documentation available.

  7. lastM :: Monad m => NonEmptyVector a -> m a

    nonempty-vector Data.Vector.NonEmpty

    O(1) Last element of a non-empty vector in a monad. See indexM for an explanation of why this is useful. Note that this function defers to unsafeHeadM since a last element is gauranteed.

    >>> lastM @[] (unsafeFromList [1..10])
    [10]
    

  8. lastTrailer :: File -> IO Dict

    pdf-toolbox-core Pdf.Core

    The last trailer is an entry point to PDF file. All other objects usually are referensed from it, directly or indirectly.

  9. lastTrailer :: File -> IO Dict

    pdf-toolbox-core Pdf.Core.File

    The last trailer is an entry point to PDF file. All other objects usually are referensed from it, directly or indirectly.

  10. lastXRef :: Buffer -> IO XRef

    pdf-toolbox-core Pdf.Core.XRef

    Find the last cross reference

Page 37 of many | Previous | Next