Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
gshow :: GShow a => a -> Stringgeneric-deriving Generics.Deriving.Show No documentation available.
gshowList :: GShow a => [a] -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.
gshows :: GShow a => a -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.
gshowsPrec :: GShow a => Int -> a -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.
gshowsPrec' :: GShow' f => Type -> Int -> f a -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.
gshowsPrecdefault :: (Generic a, GShow' (Rep a)) => Int -> a -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.
pattern
KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN :: Textgi-glib GI.GLib.Constants A key under KEY_FILE_DESKTOP_GROUP, whose value is a list of strings identifying the environments that should not display the desktop entry. Since: 2.14
pattern
KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN :: Textgi-glib GI.GLib.Constants A key under KEY_FILE_DESKTOP_GROUP, whose value is a list of strings identifying the environments that should display the desktop entry. Since: 2.14
displayShow :: Show a => a -> Utf8Builderrio RIO Use the Show instance for a value to convert it to a Utf8Builder.
traceShow :: Show a => a -> b -> brio RIO Warning: Trace statement left in code