Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showFirstCursor :: s -> [CursorLocation n] -> Maybe (CursorLocation n)brick Brick.Main Always show the first cursor, if any, returned by the rendering process. This is a convenience function useful as an appChooseCursor value when a simple program has zero or more widgets that advertise a cursor position.
showCursor :: n -> Location -> Widget n -> Widget nbrick Brick.Widgets.Core When rendering the specified widget, also register a cursor positioning request using the specified name and location.
showList :: Show a => [a] -> ShowSclassy-prelude ClassyPrelude The method showList is provided to allow the programmer to give a specialised way of showing lists of values. For example, this is used by the predefined Show instance of the Char type, where values of type String should be shown in double quotes, rather than between square brackets.
showsPrec :: Show a => Int -> a -> ShowSclassy-prelude ClassyPrelude Convert a value to a readable String. showsPrec should satisfy the law
showsPrec d x r ++ s == showsPrec d x (r ++ s)
Derived instances of Read and Show satisfy the following: That is, readsPrec parses the string produced by showsPrec, and delivers the value that showsPrec started with.-
esqueleto Database.Esqueleto Convert a Migration to a list of Text values corresponding to their Sql statements.
-
esqueleto Database.Esqueleto.Experimental Convert a Migration to a list of Text values corresponding to their Sql statements.
-
esqueleto Database.Esqueleto.Legacy Convert a Migration to a list of Text values corresponding to their Sql statements.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.