Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. data Picture

    vty Graphics.Vty.Picture

    A Vty picture. These can be constructed directly or using picForImage.

  2. Picture :: Cursor -> [Image] -> Background -> Picture

    vty Graphics.Vty.Picture

    No documentation available.

  3. PositionOnly :: Bool -> Int -> Int -> Cursor

    vty Graphics.Vty.Picture

    Set the terminal's cursor position without displaying a cursor character. This is important for accessibility with screen readers where a cursor position needs to be reported but we may not want to show a block cursor in that location for cosmetic reasons. The boolean argument indicates whether the positioning should be absolute as with AbsoluteCursor (True) or logical as with Cursor (False).

  4. module Graphics.Vty.PictureToSpans

    Transforms an image into rows of operations.

  5. Production :: DefaultEnv

    yesod Yesod.Default.Config

    No documentation available.

  6. module Yesod.Form.I18n.Portuguese

    No documentation available.

  7. data Parser s a

    yi-core Parser.Incremental

    Parser specification

  8. type Process token result = Zip token result :< ()

    yi-core Parser.Incremental

    No documentation available.

  9. module Paths_yi_core

    No documentation available.

  10. newtype Point

    yi-core Yi.Config.Simple

    A point in a buffer

Page 361 of many | Previous | Next