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.
xioShowTree :: XIOOutputConfig -> !Boolhxt Text.XML.HXT.Arrow.XmlState.TypeDefs No documentation available.
-
hxt Text.XML.HXT.DOM.ShowXml convert a list of trees into a string see also : xmlTreesToText for filter version, xread for the inverse operation
xshow' :: (Char -> StringFct) -> (Char -> StringFct) -> (Char -> StringFct) -> XmlTrees -> Blobhxt Text.XML.HXT.DOM.ShowXml convert a list of trees into a blob. Apply a quoting function for XML quoting of content, a 2. quoting funtion for attribute values and an encoding function after tree conversion
xshow'' :: (Char -> StringFct) -> (Char -> StringFct) -> XmlTrees -> Stringhxt Text.XML.HXT.DOM.ShowXml No documentation available.
-
hxt Text.XML.HXT.DOM.ShowXml convert an XML tree into a binary large object (a bytestring)
bindtiersShow :: Show a => a -> [[Binding]]leancheck Test.LeanCheck.Function.ShowFunction A drop-in implementation of bindtiers for showable types. Define instances for showable algebraic datatypes as:
instance ShowFunction Ty where bindtiers = bindtiersShow
-
some Data.GADT.Show Show-like class for 1-type-parameter GADTs. GShow t => ... is equivalent to something like (forall a. Show (t a)) => .... The easiest way to create instances would probably be to write (or derive) an instance Show (T a), and then simply say:
instance GShow t where gshowsPrec = defaultGshowsPrec
gshowsPrec :: forall (a :: k) . GShow t => Int -> t a -> ShowSsome Data.GADT.Show No documentation available.
appInfoShouldShow :: (HasCallStack, MonadIO m, IsAppInfo a) => a -> m Boolgi-gio GI.Gio.Interfaces.AppInfo Checks if the application info should be shown in menus that list available applications.
-
gi-gio GI.Gio.Objects.DesktopAppInfo Checks if the application info should be shown in menus that list available applications for a specific name of the desktop, based on the OnlyShowIn and NotShowIn keys. desktopEnv should typically be given as Nothing, in which case the XDG_CURRENT_DESKTOP environment variable is consulted. If you want to override the default mechanism then you may specify desktopEnv, but this is not recommended. Note that appInfoShouldShow for info will include this check (with Nothing for desktopEnv) as well as additional checks. Since: 2.30