Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

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

  2. readB :: BufferM Char

    yi-core Yi.Buffer.Misc

    Read the character at the current point

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

    yi-core Yi.Buffer.Misc

    No documentation available.

  4. readPrevUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.Normal

    No documentation available.

  5. readUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.Normal

    No documentation available.

  6. readRegionB :: Region -> BufferM YiString

    yi-core Yi.Buffer.Region

    No documentation available.

  7. readPrevUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.TextUnit

    No documentation available.

  8. readUnitB :: TextUnit -> BufferM YiString

    yi-core Yi.Buffer.TextUnit

    No documentation available.

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

  10. readB :: BufferM Char

    yi-core Yi.Config.Simple

    Read the character at the current point

Page 137 of many | Previous | Next