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. readUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.TextUnit

    No documentation available.

  2. readAtB :: Point -> BufferM Char

    yi-core Yi.Config.Simple

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

  3. readB :: BufferM Char

    yi-core Yi.Config.Simple

    Read the character at the current point

  4. readCurrentWordB :: BufferM YiString

    yi-core Yi.Config.Simple

    Reads in word at point.

  5. readLnB :: BufferM YiString

    yi-core Yi.Config.Simple

    Read the line the point is on

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

    yi-core Yi.Config.Simple

    No documentation available.

  7. readPrevUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Config.Simple

    No documentation available.

  8. readPrevWordB :: BufferM YiString

    yi-core Yi.Config.Simple

    Reads in word before point.

  9. readRegionB :: Region -> BufferM YiString

    yi-core Yi.Config.Simple

    No documentation available.

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

    yi-core Yi.Config.Simple

    No documentation available.

Page 135 of many | Previous | Next