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. isScreenKeyboardShown :: MonadIO m => Window -> m Bool

    sdl2 SDL.Raw.Event

    No documentation available.

  2. fromShow :: (Show a, IsString b) => a -> b

    basic-prelude BasicPrelude

    Convert a value to readable IsString Since 0.3.12

  3. tshow :: Show a => a -> Text

    basic-prelude BasicPrelude

    Convert a value to readable Text

  4. editShowableField :: (Ord n, Show n, Read a, Show a) => Lens' s a -> n -> s -> FormFieldState s e n

    brick Brick.Forms

    A form field using a single-line editor to edit the Show representation of a state field value of type a. This automatically uses its Read instance to validate the input. This field is mostly useful in cases where the user-facing representation of a value matches the Show representation exactly, such as with Int. This field's attributes are governed by those exported from Edit. This field responds to all events handled by editor, including mouse events.

  5. editShowableFieldWithValidate :: (Ord n, Show n, Read a, Show a) => Lens' s a -> n -> (a -> Bool) -> s -> FormFieldState s e n

    brick Brick.Forms

    A form field using a single-line editor to edit the Show representation of a state field value of type a. This automatically uses its Read instance to validate the input, and also accepts an additional user-defined pass for validation. This field is mostly useful in cases where the user-facing representation of a value matches the Show representation exactly, such as with Int, but you don't want to accept just any Int. This field's attributes are governed by those exported from Edit. This field responds to all events handled by editor, including mouse events.

  6. neverShowCursor :: s -> [CursorLocation n] -> Maybe (CursorLocation n)

    brick Brick.Main

    Ignore all requested cursor positions returned by the rendering process. This is a convenience function useful as an appChooseCursor value when a simple application has no need to position the cursor.

  7. tlshow :: Show a => a -> LText

    classy-prelude ClassyPrelude

    No documentation available.

  8. traceShow :: Show a => a -> b -> b

    classy-prelude ClassyPrelude

    Warning: Leaving traces in the code

  9. traceShowId :: Show a => a -> a

    classy-prelude ClassyPrelude

    Warning: Leaving traces in the code

  10. traceShowM :: (Show a, Monad m) => a -> m ()

    classy-prelude ClassyPrelude

    Warning: Leaving traces in the code

Page 274 of many | Previous | Next