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. stringTemplateFormattedShow :: StringTemplateShows a => String -> a -> String

    HStringTemplate Text.StringTemplate

    Defaults to _ a -> stringTemplateShow a

  2. stringTemplateShow :: StringTemplateShows a => a -> String

    HStringTemplate Text.StringTemplate

    Defaults to show.

  3. class Show a => StringTemplateShows a

    HStringTemplate Text.StringTemplate.Base

    The StringTemplateShows class should be instantiated for all types that are directly displayed in a StringTemplate, but take an optional format string. Each such type must have an appropriate ToSElem method defined as well.

  4. stShowsToSE :: (StringTemplateShows a, Stringable b) => a -> SElem b

    HStringTemplate Text.StringTemplate.Base

    This method should be used to create ToSElem instances for types defining a custom formatted show function.

  5. stringTemplateFormattedShow :: StringTemplateShows a => String -> a -> String

    HStringTemplate Text.StringTemplate.Base

    Defaults to _ a -> stringTemplateShow a

  6. stringTemplateShow :: StringTemplateShows a => a -> String

    HStringTemplate Text.StringTemplate.Base

    Defaults to show.

  7. data STShow

    HStringTemplate Text.StringTemplate.Classes

    No documentation available.

  8. STShow :: a -> STShow

    HStringTemplate Text.StringTemplate.Classes

    No documentation available.

  9. class Show a => StringTemplateShows a

    HStringTemplate Text.StringTemplate.Classes

    The StringTemplateShows class should be instantiated for all types that are directly displayed in a StringTemplate, but take an optional format string. Each such type must have an appropriate ToSElem method defined as well.

  10. stShowsToSE :: (StringTemplateShows a, Stringable b) => a -> SElem b

    HStringTemplate Text.StringTemplate.Classes

    This method should be used to create ToSElem instances for types defining a custom formatted show function.

Page 296 of many | Previous | Next