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.

  1. sheetViewShowOutlineSymbols :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  2. sheetViewShowRowColHeaders :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  3. sheetViewShowRuler :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  4. sheetViewShowWhiteSpace :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  5. sheetViewShowZeros :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  6. class Show a => StringTemplateShows a

    HStringTemplate 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.

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

    HStringTemplate Text.StringTemplate

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

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

    HStringTemplate Text.StringTemplate

    Defaults to _ a -> stringTemplateShow a

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

    HStringTemplate Text.StringTemplate

    Defaults to show.

  10. 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.

Page 296 of many | Previous | Next