Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
last1 :: Foldable1 f => f a -> arelude Relude.Extra.Foldable1 The last element of a non-empty data structure.
>>> last1 (1 :| [2, 3, 4]) 4
last_ :: Monad m => Stream (Of a) m r -> m (Maybe a)streaming Streaming.Prelude No documentation available.
-
vector-sized Data.Vector.Generic.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
lastM :: forall (n :: Natural) a m . (Prim a, Monad m) => Vector (n + 1) a -> m avector-sized Data.Vector.Primitive.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
lastM :: forall (n :: Natural) a m . Monad m => Vector (n + 1) a -> m avector-sized Data.Vector.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
lastM :: forall (n :: Natural) a m . (Storable a, Monad m) => Vector (n + 1) a -> m avector-sized Data.Vector.Storable.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
lastM :: forall (n :: Natural) a m . (Unbox a, Monad m) => Vector (n + 1) a -> m avector-sized Data.Vector.Unboxed.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
-
yi-core Yi.Buffer.HighLevel Move to the last non-space character in this line
lastActiveWindowA :: HasAttributes c => Lens' c Windowyi-core Yi.Buffer.Misc No documentation available.
lastSyncTimeA :: HasAttributes c => Lens' c UTCTimeyi-core Yi.Buffer.Misc No documentation available.