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.

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

  2. showCursor :: n -> Location -> Widget n -> Widget n

    brick Brick.Widgets.Core

    When rendering the specified widget, also register a cursor positioning request using the specified name and location.

  3. showList :: Show a => [a] -> ShowS

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

  4. showsPrec :: Show a => Int -> a -> ShowS

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

  5. showMigration :: forall (m :: Type -> Type) . (HasCallStack, MonadIO m) => Migration -> ReaderT SqlBackend m [Text]

    esqueleto Database.Esqueleto

    Convert a Migration to a list of Text values corresponding to their Sql statements.

  6. showMigration :: forall (m :: Type -> Type) . (HasCallStack, MonadIO m) => Migration -> ReaderT SqlBackend m [Text]

    esqueleto Database.Esqueleto.Experimental

    Convert a Migration to a list of Text values corresponding to their Sql statements.

  7. showMigration :: forall (m :: Type -> Type) . (HasCallStack, MonadIO m) => Migration -> ReaderT SqlBackend m [Text]

    esqueleto Database.Esqueleto.Legacy

    Convert a Migration to a list of Text values corresponding to their Sql statements.

  8. showClassKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  9. showClassName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  10. showCommaSpace_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

Page 79 of many | Previous | Next