Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. prettyShow :: Pretty a => a -> String

    distribution-opensuse OpenSuse.Prelude

    Pretty print a value with the prettyNormal level.

  2. class LogShowable a

    filter-logger Network.Wai.Middleware.FilterLogger

    Typeclass for types that can be converted into a strict ByteString and be shown in a log.

  3. logShow :: LogShowable a => a -> ByteString

    filter-logger Network.Wai.Middleware.FilterLogger

    Convert the type into a strict ByteString to be displayed in the logs.

  4. logShowJSON :: ToJSON a => a -> ByteString

    filter-logger Network.Wai.Middleware.FilterLogger

    Helper function that can be used when you want to make an instance of ToJSON an instance of LogShowable. This helps avoid having to use UndecidableInstances.

  5. class LogShowable a

    filter-logger Network.Wai.Middleware.FilterLogger.Internal

    Typeclass for types that can be converted into a strict ByteString and be shown in a log.

  6. logShow :: LogShowable a => a -> ByteString

    filter-logger Network.Wai.Middleware.FilterLogger.Internal

    Convert the type into a strict ByteString to be displayed in the logs.

  7. logShowJSON :: ToJSON a => a -> ByteString

    filter-logger Network.Wai.Middleware.FilterLogger.Internal

    Helper function that can be used when you want to make an instance of ToJSON an instance of LogShowable. This helps avoid having to use UndecidableInstances.

  8. type C_MenuitemAboutToShowCb = Ptr Menuitem -> Ptr () -> IO ()

    gi-dbusmenu GI.Dbusmenu.Callbacks

    Type for the callback on the (unwrapped) C side.

  9. type MenuitemAboutToShowCb = Menuitem -> IO ()

    gi-dbusmenu GI.Dbusmenu.Callbacks

    Callback prototype for a callback that is called when the menu should be shown.

  10. type MenuitemAboutToShowCb_WithClosures = Menuitem -> Ptr () -> IO ()

    gi-dbusmenu GI.Dbusmenu.Callbacks

    Callback prototype for a callback that is called when the menu should be shown.

Page 373 of many | Previous | Next