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. xioShowTree :: XIOOutputConfig -> !Bool

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  2. xshow :: XmlTrees -> String

    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

  3. xshow' :: (Char -> StringFct) -> (Char -> StringFct) -> (Char -> StringFct) -> XmlTrees -> Blob

    hxt 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

  4. xshow'' :: (Char -> StringFct) -> (Char -> StringFct) -> XmlTrees -> String

    hxt Text.XML.HXT.DOM.ShowXml

    No documentation available.

  5. xshowBlob :: XmlTrees -> Blob

    hxt Text.XML.HXT.DOM.ShowXml

    convert an XML tree into a binary large object (a bytestring)

  6. 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
    

  7. class GShow (t :: k -> Type)

    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
    

  8. gshowsPrec :: forall (a :: k) . GShow t => Int -> t a -> ShowS

    some Data.GADT.Show

    No documentation available.

  9. appInfoShouldShow :: (HasCallStack, MonadIO m, IsAppInfo a) => a -> m Bool

    gi-gio GI.Gio.Interfaces.AppInfo

    Checks if the application info should be shown in menus that list available applications.

  10. desktopAppInfoGetShowIn :: (HasCallStack, MonadIO m, IsDesktopAppInfo a) => a -> Maybe Text -> m Bool

    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

Page 245 of many | Previous | Next