Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showTheoryI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  2. showColored :: Monoid o => (a -> o) -> (SGRCode -> o) -> Term -> Colored a -> o

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  3. showColoredM :: (Monad f, Monoid o) => (a -> f o) -> (SGRCode -> f o) -> Term -> Colored a -> f o

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  4. showColoredS :: Term -> Colored String -> ShowS

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  5. showColored :: (Foldable f, Monoid o) => (a -> o) -> (SGRCode -> o) -> Term -> f (Colored a) -> o

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  6. showColoredM :: (Foldable f, Monad m, Monoid o) => (a -> m o) -> (SGRCode -> m o) -> Term -> f (Colored a) -> m o

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  7. showColoredS :: Foldable f => Term -> f (Colored String) -> ShowS

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  8. showDefault :: forall a (f :: Type -> Type) . Show a => Mod f a

    configuration-tools Configuration.Utils.CommandLine

    Show the default value for this option using its Show instance.

  9. showDefaultWith :: forall a (f :: Type -> Type) . (a -> String) -> Mod f a

    configuration-tools Configuration.Utils.CommandLine

    Specify a function to show the default value for an option.

  10. showHelpOnEmpty :: PrefsMod

    configuration-tools Configuration.Utils.CommandLine

    Show the help text if the user enters only the program name or subcommand. This will suppress a "Missing:" error and show the full usage instead if a user just types the name of the program.

Page 140 of many | Previous | Next