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.
prettyShow :: Pretty a => a -> Stringdistribution-opensuse OpenSuse.Prelude Pretty print a value with the prettyNormal level.
-
filter-logger Network.Wai.Middleware.FilterLogger Typeclass for types that can be converted into a strict ByteString and be shown in a log.
logShow :: LogShowable a => a -> ByteStringfilter-logger Network.Wai.Middleware.FilterLogger Convert the type into a strict ByteString to be displayed in the logs.
logShowJSON :: ToJSON a => a -> ByteStringfilter-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.
-
filter-logger Network.Wai.Middleware.FilterLogger.Internal Typeclass for types that can be converted into a strict ByteString and be shown in a log.
logShow :: LogShowable a => a -> ByteStringfilter-logger Network.Wai.Middleware.FilterLogger.Internal Convert the type into a strict ByteString to be displayed in the logs.
logShowJSON :: ToJSON a => a -> ByteStringfilter-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.
type
C_MenuitemAboutToShowCb = Ptr Menuitem -> Ptr () -> IO ()gi-dbusmenu GI.Dbusmenu.Callbacks Type for the callback on the (unwrapped) C side.
type
MenuitemAboutToShowCb = Menuitem -> IO ()gi-dbusmenu GI.Dbusmenu.Callbacks Callback prototype for a callback that is called when the menu should be shown.
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.