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. commandShowOptions :: CommandUI flags -> flags -> [String]

    Cabal Distribution.Simple.Command

    Show flags in the standard long option command line format

  2. data TestShowDetails

    Cabal Distribution.Simple.Setup

    No documentation available.

  3. testShowDetails :: TestFlags -> Flag TestShowDetails

    Cabal Distribution.Simple.Setup

    No documentation available.

  4. package pretty-show

    Tools for working with derived `Show` instances and generic inspection of values. We provide a library and an executable for working with derived Show instances. By using the library, we can parse derived Show instances into a generic data structure. The ppsh tool uses the library to produce human-readable versions of Show instances, which can be quite handy for debugging Haskell programs. We can also render complex generic values into an interactive Html page, for easier examination.

  5. ppShow :: Show a => a -> String

    pretty-show Text.Show.Pretty

    Convert a generic value into a pretty String, if possible.

  6. ppShowList :: (Foldable f, Show a) => f a -> String

    pretty-show Text.Show.Pretty

    Pretty print something that may be converted to a list as a list. Each entry is on a separate line, which means that we don't do clever pretty printing, and so this works well for large strucutures.

  7. goldenPrettyShowInstance :: Show a => FilePath -> a -> GoldenTest String

    sydtest Test.Syd

    Test that the show instance has not changed for the given value, via ppShow.

  8. goldenShowInstance :: Show a => FilePath -> a -> GoldenTest String

    sydtest Test.Syd

    Test that the show instance has not changed for the given value.

  9. ppShow :: Show a => a -> String

    sydtest Test.Syd

    Convert a generic value into a pretty String, if possible.

  10. goldenPrettyShowInstance :: Show a => FilePath -> a -> GoldenTest String

    sydtest Test.Syd.Def.Golden

    Test that the show instance has not changed for the given value, via ppShow.

Page 239 of many | Previous | Next