Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. showTokenStr :: String -> String

    Cabal-syntax Distribution.Pretty

    No documentation available.

  2. showComponentName :: ComponentName -> String

    Cabal-syntax Distribution.Types.ComponentName

    No documentation available.

  3. showFlagAssignment :: FlagAssignment -> String

    Cabal-syntax Distribution.Types.Flag

    Show flag assignment.

  4. showFlagValue :: (FlagName, Bool) -> String

    Cabal-syntax Distribution.Types.Flag

    String representation of a flag-value pair.

  5. showLibraryName :: LibraryName -> String

    Cabal-syntax Distribution.Types.LibraryName

    No documentation available.

  6. showMD5 :: MD5 -> String

    Cabal-syntax Distribution.Utils.MD5

    Show MD5 in human readable form

    >>> showMD5 (Fingerprint 123 456)
    "000000000000007b00000000000001c8"
    
    >>> showMD5 $ md5 $ BS.pack [0..127]
    "37eff01866ba3f538421b30b7cbefcac"
    
    @since 3.2.0.0

  7. showTreeWith :: (forall (v :: k1) . () => k2 v -> f v -> String) -> Bool -> Bool -> DMap k2 f -> String

    dependent-map Data.Dependent.Map

    O(n). The expression (showTreeWith showelem hang wide map) shows the tree that implements the map. Elements are shown using the showElem function. If hang is True, a hanging tree is shown otherwise a rotated tree is shown. If wide is True, an extra wide version is shown.

  8. showPickled :: XmlPickler a => SysConfigList -> a -> String

    hxt Text.XML.HXT.Arrow.Pickle

    Pickles a value, then writes the document to a string.

  9. showPickled :: XmlPickler a => SysConfigList -> a -> String

    hxt Text.XML.HXT.Arrow.Pickle.Xml

    Pickles a value, then writes the document to a string.

  10. showOptions :: [OptDescr SysConfig]

    hxt Text.XML.HXT.Arrow.XmlOptions

    debug output options

Page 48 of many | Previous | Next