Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

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

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

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

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

  5. readUnicodeWidthTable :: FilePath -> IO (Either String UnicodeWidthTable)

    vty Graphics.Vty.UnicodeWidthTable.IO

    Load a binary unicode width table from the specified file. This either returns a successfully parsed table or a table parsing error message. This does not handle I/O exceptions.

  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 137 of many | Previous | Next