Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. readLnB :: BufferM YiString

    yi-core Yi.Buffer.HighLevel

    Read the line the point is on

  2. readPrevWordB :: BufferM YiString

    yi-core Yi.Buffer.HighLevel

    Reads in word before point.

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

    yi-core Yi.Buffer.HighLevel

    No documentation available.

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

  5. readB :: BufferM Char

    yi-core Yi.Buffer.Misc

    Read the character at the current point

  6. readOnlyA :: HasAttributes c => Lens' c Bool

    yi-core Yi.Buffer.Misc

    No documentation available.

  7. readPrevUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.Normal

    No documentation available.

  8. readUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.Normal

    No documentation available.

  9. readRegionB :: Region -> BufferM YiString

    yi-core Yi.Buffer.Region

    No documentation available.

  10. readPrevUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.TextUnit

    No documentation available.

Page 134 of many | Previous | Next