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

Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. unsafeLast :: Storable a => Vector a -> a

    rio RIO.Vector.Storable.Unsafe

    No documentation available.

  2. unsafeLastM :: (Storable a, Monad m) => Vector a -> m a

    rio RIO.Vector.Storable.Unsafe

    No documentation available.

  3. unsafeLast :: Unbox a => Vector a -> a

    rio RIO.Vector.Unboxed.Unsafe

    No documentation available.

  4. unsafeLastM :: (Unbox a, Monad m) => Vector a -> m a

    rio RIO.Vector.Unboxed.Unsafe

    No documentation available.

  5. unsafeLast :: Vector v a => v a -> a

    rio RIO.Vector.Unsafe

    No documentation available.

  6. unsafeLastM :: (Vector v a, Monad m) => v a -> m a

    rio RIO.Vector.Unsafe

    No documentation available.

  7. HdrLastModified :: HeaderName

    HTTP Network.HTTP.Headers

    No documentation available.

  8. tryLast :: forall (m :: Type -> Type) e a . Monad m => e -> [a] -> ExceptT e m a

    errors Control.Error.Safe

    A last that fails in the ExceptT monad

  9. isLast :: Cursor -> Bool

    xml Text.XML.Light.Cursor

    Are we at the right end of the document?

  10. getLastUpdate :: CRL -> IO UTCTime

    HsOpenSSL OpenSSL.X509.Revocation

    getLastUpdate crl returns the time when the revocation list has last been updated.

Page 73 of many | Previous | Next

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