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. pShowDarkBg :: Show a => a -> Text

    pretty-simple Text.Pretty.Simple

    Alias for pShow.

  2. pShowLightBg :: Show a => a -> Text

    pretty-simple Text.Pretty.Simple

    Just like pShowDarkBg, but for printing to a light background.

  3. pShowNoColor :: Show a => a -> Text

    pretty-simple Text.Pretty.Simple

    Like pShow, but without color.

    >>> pShowNoColor [ Nothing, Just (1, "hello") ]
    "[ Nothing\n, Just\n    ( 1\n    , \"hello\"\n    )\n]"
    

  4. pShowOpt :: Show a => OutputOptions -> a -> Text

    pretty-simple Text.Pretty.Simple

    Like pShow but takes OutputOptions to change how the pretty-printing is done.

  5. class PShow a

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  6. class SShow a

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  7. promoteShowInstance :: OptionsMonad q => Name -> q [Dec]

    singletons-base Data.Singletons.Base.TH

    Produce an instance for PShow from the given type

  8. promoteShowInstances :: OptionsMonad q => [Name] -> q [Dec]

    singletons-base Data.Singletons.Base.TH

    Produce instances for PShow from the given types

  9. sShowChar :: forall (t1 :: Char) (t2 :: Symbol) . Sing t1 -> Sing t2 -> Sing (Apply (Apply ShowCharSym0 t1) t2)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  10. sShowCommaSpace :: forall (t :: Symbol) . Sing t -> Sing (Apply ShowCommaSpaceSym0 t)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

Page 249 of many | Previous | Next