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.

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

    safe Safe

    No documentation available.

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

    safe Safe

    No documentation available.

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

    safe Safe

    No documentation available.

  4. 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)
    

  5. 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)
    

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

    ghc GHC.Cmm.Dataflow

    No documentation available.

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

    ghc GHC.Cmm.Dataflow.Block

    No documentation available.

  8. lastint :: Platform -> RegNo

    ghc GHC.CmmToAsm.X86.Regs

    No documentation available.

  9. lastxmm :: Platform -> RegNo

    ghc GHC.CmmToAsm.X86.Regs

    No documentation available.

  10. lastOL :: OrdList a -> a

    ghc GHC.Data.OrdList

    No documentation available.

Page 27 of many | Previous | Next