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.

  1. last1 :: Foldable1 f => f a -> a

    relude Relude.Extra.Foldable1

    The last element of a non-empty data structure.

    >>> last1 (1 :| [2, 3, 4])
    4
    

  2. last_ :: Monad m => Stream (Of a) m r -> m (Maybe a)

    streaming Streaming.Prelude

    No documentation available.

  3. lastM :: forall (v :: Type -> Type) (n :: Natural) a m . (Vector v a, Monad m) => Vector v (n + 1) a -> m a

    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.

  4. lastM :: forall (n :: Natural) a m . (Prim a, Monad m) => Vector (n + 1) a -> m a

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

  5. lastM :: forall (n :: Natural) a m . Monad m => Vector (n + 1) a -> m a

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

  6. lastM :: forall (n :: Natural) a m . (Storable a, Monad m) => Vector (n + 1) a -> m a

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

  7. lastM :: forall (n :: Natural) a m . (Unbox a, Monad m) => Vector (n + 1) a -> m a

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

  8. lastNonSpaceB :: BufferM ()

    yi-core Yi.Buffer.HighLevel

    Move to the last non-space character in this line

  9. lastActiveWindowA :: HasAttributes c => Lens' c Window

    yi-core Yi.Buffer.Misc

    No documentation available.

  10. lastSyncTimeA :: HasAttributes c => Lens' c UTCTime

    yi-core Yi.Buffer.Misc

    No documentation available.

Page 31 of many | Previous | Next