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.
-
reflex Reflex.Spider.Internal No documentation available.
-
reflex Reflex.Spider.Internal No documentation available.
showStacks :: [[String]] -> Stringreflex Reflex.Spider.Internal No documentation available.
showCursor :: MonadIO m => CInt -> m CIntsdl2 SDL.Raw.Event No documentation available.
showMessageBox :: MonadIO m => Ptr MessageBoxData -> Ptr CInt -> m CIntsdl2 SDL.Raw.Video No documentation available.
showSimpleMessageBox :: MonadIO m => Word32 -> CString -> CString -> Window -> m CIntsdl2 SDL.Raw.Video No documentation available.
showWindow :: MonadIO m => Window -> m ()sdl2 SDL.Raw.Video No documentation available.
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.
showWindow :: MonadIO m => Window -> m ()sdl2 SDL.Video Show a window. See SDL_ShowWindow for C documentation.
showList :: Show a => [a] -> ShowSshake Development.Shake.Classes 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.