Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    rio RIO.Vector.Storable.Partial

    No documentation available.

  2. last :: Unbox a => Vector a -> a

    rio RIO.Vector.Unboxed.Partial

    No documentation available.

  3. last :: Storable a => Vector a -> a

    storablevector Data.StorableVector

    O(1) Extract the last element of a Vector, which must be finite and non-empty. It is a checked error to pass an empty Vector.

  4. last :: NonEmpty a -> a

    Cabal-syntax Distribution.Compat.Prelude

    Extract the last element of the stream.

  5. last :: HasCallStack => OsString -> OsChar

    os-string System.OsString

    O(1) Extract the last element of a OsString, which must be finite and non-empty. An exception will be thrown in the case of an empty OsString. This is a partial function, consider using unsnoc instead.

  6. last :: HasCallStack => ShortByteString -> Word8

    os-string System.OsString.Data.ByteString.Short

    O(1) Extract the last element of a ShortByteString, which must be finite and non-empty. An exception will be thrown in the case of an empty ShortByteString. This is a partial function, consider using unsnoc instead.

  7. last :: HasCallStack => ShortByteString -> Word16

    os-string System.OsString.Data.ByteString.Short.Word16

    O(1) Extract the last element of a ShortByteString, which must be finite and at least one Word16. An exception will be thrown in the case of an empty ShortByteString.

  8. last :: HasCallStack => OsString -> OsChar

    os-string System.OsString.Internal

    O(1) Extract the last element of a OsString, which must be finite and non-empty. An exception will be thrown in the case of an empty OsString. This is a partial function, consider using unsnoc instead.

  9. last :: HasCallStack => PosixString -> PosixChar

    os-string System.OsString.Posix

    O(1) Extract the last element of a OsString, which must be finite and non-empty. An exception will be thrown in the case of an empty OsString. This is a partial function, consider using unsnoc instead.

  10. last :: HasCallStack => WindowsString -> WindowsChar

    os-string System.OsString.Windows

    O(1) Extract the last element of a OsString, which must be finite and non-empty. An exception will be thrown in the case of an empty OsString. This is a partial function, consider using unsnoc instead.

Page 9 of many | Previous | Next