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. _last :: forall (v :: Type -> Type) (n :: Natural) a f . (Vector v a, Functor f) => (a -> f a) -> Vector v (n + 1) a -> f (Vector v (n + 1) a)

    vector-sized Data.Vector.Generic.Sized

    Lens to access (O(1)) and update (O(n)) the last element of a non-empty vector.

  2. _last :: forall (n :: Natural) a f . (Prim a, Functor f) => (a -> f a) -> Vector (n + 1) a -> f (Vector (n + 1) a)

    vector-sized Data.Vector.Primitive.Sized

    Lens to access (O(1)) and update (O(n)) the last element of a non-empty vector.

  3. _last :: forall (n :: Natural) a f . Functor f => (a -> f a) -> Vector (n + 1) a -> f (Vector (n + 1) a)

    vector-sized Data.Vector.Sized

    Lens to access (O(1)) and update (O(n)) the last element of a non-empty vector.

  4. _last :: forall (n :: Natural) a f . (Storable a, Functor f) => (a -> f a) -> Vector (n + 1) a -> f (Vector (n + 1) a)

    vector-sized Data.Vector.Storable.Sized

    Lens to access (O(1)) and update (O(n)) the last element of a non-empty vector.

  5. _last :: forall (n :: Natural) a f . (Unbox a, Functor f) => (a -> f a) -> Vector (n + 1) a -> f (Vector (n + 1) a)

    vector-sized Data.Vector.Unboxed.Sized

    Lens to access (O(1)) and update (O(n)) the last element of a non-empty vector.

  6. atLastLine :: BufferM Bool

    yi-core Yi.Buffer.HighLevel

    True if point at the last line

  7. atLastLine :: BufferM Bool

    yi-core Yi.Config.Simple

    True if point at the last line

  8. regionLast :: Region -> Point

    yi-core Yi.Config.Simple

    No documentation available.

  9. krLastYank :: Lens' Killring Bool

    yi-core Yi.KillRing

    No documentation available.

  10. getLastElement :: Foldable t => t a -> Maybe a

    yi-core Yi.Syntax.Tree

    Return the last token of a subtree.

Page 79 of many | Previous | Next