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

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

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

    data-hash Data.Hash.Rolling

    lastHashes rh returns the last n hashes.

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

    data-textual Data.Textual.Integral

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

  4. lastModified :: Status -> Maybe UTCTime

    debian Debian.Apt.Methods

    No documentation available.

  5. lastModified :: Status -> Maybe UTCTime

    debian Debian.Apt.Methods

    No documentation available.

  6. lastInsertRowId :: Database -> IO Int64

    direct-sqlite Database.SQLite3

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

  7. lastInsertRowId :: Database -> IO Int64

    direct-sqlite Database.SQLite3.Direct

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

  8. lastName :: Fake Text

    fakedata Faker.Game.ElderScrolls

    No documentation available.

  9. lastName :: Fake Text

    fakedata Faker.Name

    No documentation available.

  10. lastNoMinDiff :: BlockHeaders m => Network -> BlockNode -> m BlockNode

    haskoin-core Haskoin.Block.Headers

    Find last block with normal, as opposed to minimum difficulty (for test networks).

Page 39 of many | Previous | Next

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