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.
sheetViewShowOutlineSymbols :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowRowColHeaders :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowRuler :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowWhiteSpace :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowZeros :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
class Show a =>
StringTemplateShows aHStringTemplate Text.StringTemplate 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 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 Defaults to _ a -> stringTemplateShow a
stringTemplateShow :: StringTemplateShows a => a -> StringHStringTemplate Text.StringTemplate Defaults to show.
class Show a =>
StringTemplateShows aHStringTemplate 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.