Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. read' :: forall (v :: Type -> Type -> Type) (n :: Natural) (k :: Nat) a m p . (KnownNat k, PrimMonad m, MVector v a) => MVector v ((n + k) + 1) (PrimState m) a -> p k -> m a

    vector-sized Data.Vector.Generic.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Proxy.

  2. read' :: forall (n :: Natural) (k :: Nat) a m p . (KnownNat k, PrimMonad m) => MVector ((n + k) + 1) (PrimState m) a -> p k -> m a

    vector-sized Data.Vector.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Proxy.

  3. read' :: forall (n :: Natural) (k :: Nat) a m p . (KnownNat k, PrimMonad m, Prim a) => MVector ((n + k) + 1) (PrimState m) a -> p k -> m a

    vector-sized Data.Vector.Primitive.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Proxy.

  4. read' :: forall (n :: Natural) (k :: Nat) a m p . (KnownNat k, PrimMonad m, Storable a) => MVector ((n + k) + 1) (PrimState m) a -> p k -> m a

    vector-sized Data.Vector.Storable.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Proxy.

  5. read' :: forall (n :: Natural) (k :: Nat) a m p . (KnownNat k, PrimMonad m, Unbox a) => MVector ((n + k) + 1) (PrimState m) a -> p k -> m a

    vector-sized Data.Vector.Unboxed.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Proxy.

  6. readCurrentWordB :: BufferM YiString

    yi-core Yi.Buffer.HighLevel

    Reads in word at point.

  7. readLnB :: BufferM YiString

    yi-core Yi.Buffer.HighLevel

    Read the line the point is on

  8. readPrevWordB :: BufferM YiString

    yi-core Yi.Buffer.HighLevel

    Reads in word before point.

  9. readRegionRopeWithStyleB :: Region -> RegionStyle -> BufferM YiString

    yi-core Yi.Buffer.HighLevel

    No documentation available.

  10. readAtB :: Point -> BufferM Char

    yi-core Yi.Buffer.Misc

    Read the character at the given index This is an unsafe operation: character NUL is returned when out of bounds

Page 134 of many | Previous | Next