Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
stShowsToSE :: (StringTemplateShows a, Stringable b) => a -> SElem bHStringTemplate Text.StringTemplate.Base This method should be used to create ToSElem instances for types defining a custom formatted show function.
stringTemplateFormattedShow :: StringTemplateShows a => String -> a -> StringHStringTemplate Text.StringTemplate.Base Defaults to _ a -> stringTemplateShow a
stringTemplateShow :: StringTemplateShows a => a -> StringHStringTemplate Text.StringTemplate.Base Defaults to show.
-
HStringTemplate Text.StringTemplate.Classes No documentation available.
-
HStringTemplate Text.StringTemplate.Classes No documentation available.
class Show a =>
StringTemplateShows aHStringTemplate 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.
stShowsToSE :: (StringTemplateShows a, Stringable b) => a -> SElem bHStringTemplate Text.StringTemplate.Classes This method should be used to create ToSElem instances for types defining a custom formatted show function.
stringTemplateFormattedShow :: StringTemplateShows a => String -> a -> StringHStringTemplate Text.StringTemplate.Classes Defaults to _ a -> stringTemplateShow a
stringTemplateShow :: StringTemplateShows a => a -> StringHStringTemplate Text.StringTemplate.Classes Defaults to show.
pattern
S_DENSE_SHOWER :: GroupName ItemKindLambdaHack Content.ItemKindBlast No documentation available.