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.
last :: Storable a => Vector a -> ario RIO.Vector.Storable.Partial No documentation available.
last :: Unbox a => Vector a -> ario RIO.Vector.Unboxed.Partial No documentation available.
last :: Storable a => Vector a -> astorablevector 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.
-
Cabal-syntax Distribution.Compat.Prelude Extract the last element of the stream.
last :: HasCallStack => OsString -> OsCharos-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.
last :: HasCallStack => ShortByteString -> Word8os-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.
last :: HasCallStack => ShortByteString -> Word16os-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.
last :: HasCallStack => OsString -> OsCharos-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.
last :: HasCallStack => PosixString -> PosixCharos-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.
last :: HasCallStack => WindowsString -> WindowsCharos-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.