Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

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

    rio RIO.Vector.Unsafe

    No documentation available.

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

    rio RIO.Vector.Unsafe

    No documentation available.

  3. HdrLastModified :: HeaderName

    HTTP Network.HTTP.Headers

    No documentation available.

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

  5. isLast :: Cursor -> Bool

    xml Text.XML.Light.Cursor

    Are we at the right end of the document?

  6. getLastUpdate :: CRL -> IO UTCTime

    HsOpenSSL OpenSSL.X509.Revocation

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

  7. setLastUpdate :: CRL -> UTCTime -> IO ()

    HsOpenSSL OpenSSL.X509.Revocation

    setLastUpdate crl utc updates the time when the revocation list has last been updated.

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

    storablevector Data.StorableVector.Base

    A variety of last for non-empty Vectors. unsafeLast omits the check for the empty case, so there is an obligation on the programmer to provide a proof that the Vector is non-empty.

  9. zipWithLastPattern :: (Storable a, Storable b, Storable c) => (a -> b -> c) -> Vector a -> Vector b -> Vector c

    storablevector Data.StorableVector.Lazy

    Preserves chunk pattern of the last argument.

  10. zipWithLastPattern3 :: (Storable a, Storable b, Storable c, Storable d) => (a -> b -> c -> d) -> Vector a -> Vector b -> Vector c -> Vector d

    storablevector Data.StorableVector.Lazy

    Preserves chunk pattern of the last argument.

Page 73 of many | Previous | Next