• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. lastCE :: forall (m :: Type -> Type) seq o . (Monad m, IsSequence seq) => ConduitT seq o m (Maybe (Element seq))

    classy-prelude-conduit ClassyPrelude.Conduit

    Retrieve the last element in the chunked stream, if present.

  2. lastDefC :: forall (m :: Type -> Type) a o . Monad m => a -> ConduitT a o m a

    classy-prelude-conduit ClassyPrelude.Conduit

    Same as lastC, but returns a default value if none are available from the stream.

  3. lastHashes :: RollingHash a -> [Hash]

    data-hash Data.Hash.Rolling

    lastHashes rh returns the last n hashes.

  4. lastDigitIn :: (BitSystem s, Bits α) => s -> α -> Int

    data-textual Data.Textual.Integral

    Map the last digit of a number to the corresponding Int value.

  5. lastModified :: Status -> Maybe UTCTime

    debian Debian.Apt.Methods

    No documentation available.

  6. lastModified :: Status -> Maybe UTCTime

    debian Debian.Apt.Methods

    No documentation available.

  7. lastInsertRowId :: Database -> IO Int64

    direct-sqlite Database.SQLite3

    https://www.sqlite.org/c3ref/last_insert_rowid.html

  8. lastInsertRowId :: Database -> IO Int64

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/last_insert_rowid.html

  9. lastName :: Fake Text

    fakedata Faker.Game.ElderScrolls

    No documentation available.

  10. lastName :: Fake Text

    fakedata Faker.Name

    No documentation available.

Page 39 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete