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. lastb :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  2. lastlog :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  3. lastInsertRowId :: Database -> IO Int64

    squeather Squeather

    Get the rowid of the most recent successful INSERT.

  4. lastInsertRowId :: Database -> IO Int64

    squeather Squeather.Internal

    Get the rowid of the most recent successful INSERT.

  5. lastException :: RetryStatus -> Maybe SomeException

    stamina Stamina

    The last exception that was thrown.

  6. lastT :: forall s (n :: Natural) t . (LengthT s ~ n, SelectN s (n - 1) t) => s -> t

    tuple-sop Data.Tuple.Ops

    Selects the last element of any n-ary tuple

    >>> lastT (1,2,3,4)
    4
    
    >>> lastT (1,2,3)
    3
    

  7. lastM :: (Monad m, Unboxable a) => Vector a -> m a

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  8. lastCharForOperator :: VimOperator -> String

    yi-keymap-vim Yi.Keymap.Vim.Operator

    No documentation available.

  9. lastName :: BBDB -> Maybe String

    bbdb Database.BBDB

    No documentation available.

  10. lastC :: forall (m :: Type -> Type) a o . Monad m => ConduitT a o m (Maybe a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Retrieve the last value in the stream, if present.

Page 45 of many | Previous | Next