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.
-
vector-sized Data.Vector.Mutable.Sized O(1) Yield the element at a given type-safe position using Proxy.
-
vector-sized Data.Vector.Primitive.Mutable.Sized O(1) Yield the element at a given type-safe position using Proxy.
-
vector-sized Data.Vector.Storable.Mutable.Sized O(1) Yield the element at a given type-safe position using Proxy.
-
vector-sized Data.Vector.Unboxed.Mutable.Sized O(1) Yield the element at a given type-safe position using Proxy.
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.
readCurrentWordB :: BufferM YiStringyi-core Yi.Buffer.HighLevel Reads in word at point.
-
yi-core Yi.Buffer.HighLevel Read the line the point is on
readPrevWordB :: BufferM YiStringyi-core Yi.Buffer.HighLevel Reads in word before point.
readRegionRopeWithStyleB :: Region -> RegionStyle -> BufferM YiStringyi-core Yi.Buffer.HighLevel No documentation available.
readAtB :: Point -> BufferM Charyi-core Yi.Buffer.Misc Read the character at the given index This is an unsafe operation: character NUL is returned when out of bounds