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.
isScreenKeyboardShown :: MonadIO m => Window -> m Boolsdl2 SDL.Raw.Event No documentation available.
fromShow :: (Show a, IsString b) => a -> bbasic-prelude BasicPrelude Convert a value to readable IsString Since 0.3.12
-
basic-prelude BasicPrelude Convert a value to readable Text
editShowableField :: (Ord n, Show n, Read a, Show a) => Lens' s a -> n -> s -> FormFieldState s e nbrick 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.
-
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.
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.
tlshow :: Show a => a -> LTextclassy-prelude ClassyPrelude No documentation available.
traceShow :: Show a => a -> b -> bclassy-prelude ClassyPrelude Warning: Leaving traces in the code
traceShowId :: Show a => a -> aclassy-prelude ClassyPrelude Warning: Leaving traces in the code
traceShowM :: (Show a, Monad m) => a -> m ()classy-prelude ClassyPrelude Warning: Leaving traces in the code