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. lastS :: forall (m :: Type -> Type) a . Monad m => StreamConsumer a m (Maybe a)

    conduit Data.Conduit.Combinators.Stream

    No documentation available.

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

    safe Safe

    No documentation available.

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

    safe Safe

    No documentation available.

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

    safe Safe

    No documentation available.

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

    extra Data.List.Extra

    A total last with a default value.

    lastDef 1 []      == 1
    lastDef 1 [2,3,4] == 4
    \x xs -> lastDef x xs == last (x:xs)
    

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

    extra Extra

    A total last with a default value.

    lastDef 1 []      == 1
    lastDef 1 [2,3,4] == 4
    \x xs -> lastDef x xs == last (x:xs)
    

  7. lastNode :: forall n (x :: Extensibility) . Block n x C -> n O C

    ghc GHC.Cmm.Dataflow

    No documentation available.

  8. lastNode :: forall n (x :: Extensibility) . Block n x C -> n O C

    ghc GHC.Cmm.Dataflow.Block

    No documentation available.

  9. lastint :: Platform -> RegNo

    ghc GHC.CmmToAsm.X86.Regs

    No documentation available.

  10. lastxmm :: Platform -> RegNo

    ghc GHC.CmmToAsm.X86.Regs

    No documentation available.

Page 27 of many | Previous | Next