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. ShowDiffed :: Maybe String -> Text -> GDiff

    tasty-silver Test.Tasty.Silver.Advanced

    The two values are different, just show the given text to the user.

  2. ShowText :: Text -> GShow

    tasty-silver Test.Tasty.Silver.Advanced

    Show the given text.

  3. ShowDiffed :: Maybe String -> Text -> GDiff

    tasty-silver Test.Tasty.Silver.Internal

    The two values are different, just show the given text to the user.

  4. ShowText :: Text -> GShow

    tasty-silver Test.Tasty.Silver.Internal

    Show the given text.

  5. type ShowsPrec r = Int -> r -> String -> String

    test-fun Test.Fun

    The type of showsPrec.

  6. type ShowsPrec r = Int -> r -> String -> String

    test-fun Test.Fun.Internal.Types

    The type of showsPrec.

  7. newtype ShowInstance a

    text-display Data.Text.Display

    This wrapper allows you to rely on a pre-existing Show instance in order to derive Display from it.

    Example

    data AutomaticallyDerived = AD
    -- We derive 'Show'
    deriving stock Show
    -- We take advantage of the 'Show' instance to derive 'Display' from it
    deriving Display
    via (ShowInstance AutomaticallyDerived)
    

  8. ShowInstance :: a -> ShowInstance a

    text-display Data.Text.Display

    No documentation available.

  9. newtype ShowInstance a

    text-display Data.Text.Display.Core

    This wrapper allows you to rely on a pre-existing Show instance in order to derive Display from it.

    Example

    data AutomaticallyDerived = AD
    -- We derive 'Show'
    deriving stock Show
    -- We take advantage of the 'Show' instance to derive 'Display' from it
    deriving Display
    via (ShowInstance AutomaticallyDerived)
    

  10. ShowInstance :: a -> ShowInstance a

    text-display Data.Text.Display.Core

    No documentation available.

Page 212 of many | Previous | Next