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. readB :: BufferM Char

    yi-core Yi.Buffer.Misc

    Read the character at the current point

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

    yi-core Yi.Buffer.Misc

    No documentation available.

  3. readPrevUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.Normal

    No documentation available.

  4. readUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.Normal

    No documentation available.

  5. readRegionB :: Region -> BufferM YiString

    yi-core Yi.Buffer.Region

    No documentation available.

  6. readPrevUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.TextUnit

    No documentation available.

  7. readUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.TextUnit

    No documentation available.

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

  9. readB :: BufferM Char

    yi-core Yi.Config.Simple

    Read the character at the current point

  10. readCurrentWordB :: BufferM YiString

    yi-core Yi.Config.Simple

    Reads in word at point.

Page 135 of many | Previous | Next