Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. showbIntegralPrec :: Integral a => Int -> a -> Builder

    text-show TextShow.Data.Integral

    Convert an Integral type to a Builder with the given precedence. Since: 2

  2. showbOct :: (Integral a, TextShow a) => a -> Builder

    text-show TextShow.Data.Integral

    Show non-negative Integral numbers in base 8. Since: 2

  3. showbListWith :: (a -> Builder) -> [a] -> Builder

    text-show TextShow.Data.List

    Converts a list of values into a Builder in which the values are surrounded by square brackets and each value is separated by a comma. The function argument controls how each element is shown. showbListWith showb is the default implementation of showbList save for a few special cases (e.g., String). Since: 2

  4. showtListWith :: (a -> Text) -> [a] -> Text

    text-show TextShow.Data.List

    Converts a list of values into a strict Text in which the values are surrounded by square brackets and each value is separated by a comma. The function argument controls how each element is shown. Since: 3.4

  5. showtlListWith :: (a -> Text) -> [a] -> Text

    text-show TextShow.Data.List

    Converts a list of values into a lazy Text in which the values are surrounded by square brackets and each value is separated by a comma. The function argument controls how each element is shown. Since: 3.4

  6. showbVersion :: Version -> Builder

    text-show TextShow.Data.Version

    Provides one possible concrete representation for Version. For a version with versionBranch = [1,2,3] and versionTags = ["tag1","tag2"], the output will be 1.2.3-tag1-tag2. Since: 3.6

  7. showLoc :: Location -> String

    HTF Test.Framework.Location

    Render a Location as a String.

  8. showPretty :: Pretty a => a -> String

    HTF Test.Framework.Pretty

    Pretty-print a single value as a String.

  9. showattr :: String -> CFilter i

    HaXml Text.XML.HaXml.Html.Generate

    No documentation available.

  10. showXmlLazy :: XmlContent a => Bool -> a -> String

    HaXml Text.XML.HaXml.ShowXmlLazy

    Convert a fully-typed XML document to a string (without DTD).

Page 99 of many | Previous | Next