Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
numhask NumHask.Prelude equivalent to showsPrec with a precedence of 0.
showsPrec :: Show a => Int -> a -> ShowSnumhask 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.showF :: forall (tp :: k) . ShowF f => f tp -> Stringparameterized-utils Data.Parameterized.Classes No documentation available.
showsPrecF :: forall (tp :: k) . ShowF f => Int -> f tp -> String -> Stringparameterized-utils Data.Parameterized.Classes Like showsPrec, the precedence argument is one more than the precedence of the enclosing context.
-
parameterized-utils Data.Parameterized.TraversableFC No documentation available.
-
parameterized-utils Data.Parameterized.TraversableFC 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.