Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

    numhask NumHask.Prelude

    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.

  2. showF :: forall (tp :: k) . ShowF f => f tp -> String

    parameterized-utils Data.Parameterized.Classes

    No documentation available.

  3. showsPrecF :: forall (tp :: k) . ShowF f => Int -> f tp -> String -> String

    parameterized-utils Data.Parameterized.Classes

    Like showsPrec, the precedence argument is one more than the precedence of the enclosing context.

  4. showFC :: ShowFC t => (forall (x :: k) . () => f x -> String) -> forall (x :: l) . () => t f x -> String

    parameterized-utils Data.Parameterized.TraversableFC

    No documentation available.

  5. showsPrecFC :: ShowFC t => (forall (x :: k) . () => Int -> f x -> ShowS) -> forall (x :: l) . () => Int -> t f x -> ShowS

    parameterized-utils Data.Parameterized.TraversableFC

    No documentation available.

  6. showCursor :: MonadIO m => CInt -> m CInt

    sdl2 SDL.Raw.Event

    No documentation available.

  7. showMessageBox :: MonadIO m => Ptr MessageBoxData -> Ptr CInt -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  8. showSimpleMessageBox :: MonadIO m => Word32 -> CString -> CString -> Window -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  9. showWindow :: MonadIO m => Window -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

  10. showSimpleMessageBox :: MonadIO m => Maybe Window -> MessageKind -> Text -> Text -> m ()

    sdl2 SDL.Video

    Show a simple message box with the given title and a message. Consider writing your messages to stderr too. Throws SDLException if there are no available video targets.

Page 110 of many | Previous | Next