Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showTheoryI :: [Ingredient] -> Boolcode-conjure Conjure.Settings No documentation available.
showColored :: Monoid o => (a -> o) -> (SGRCode -> o) -> Term -> Colored a -> ocolorful-monoids Data.Monoid.Colorful No documentation available.
showColoredM :: (Monad f, Monoid o) => (a -> f o) -> (SGRCode -> f o) -> Term -> Colored a -> f ocolorful-monoids Data.Monoid.Colorful No documentation available.
showColoredS :: Term -> Colored String -> ShowScolorful-monoids Data.Monoid.Colorful No documentation available.
showColored :: (Foldable f, Monoid o) => (a -> o) -> (SGRCode -> o) -> Term -> f (Colored a) -> ocolorful-monoids Data.Monoid.Colorful.Flat No documentation available.
-
colorful-monoids Data.Monoid.Colorful.Flat No documentation available.
showColoredS :: Foldable f => Term -> f (Colored String) -> ShowScolorful-monoids Data.Monoid.Colorful.Flat No documentation available.
showDefault :: forall a (f :: Type -> Type) . Show a => Mod f aconfiguration-tools Configuration.Utils.CommandLine Show the default value for this option using its Show instance.
showDefaultWith :: forall a (f :: Type -> Type) . (a -> String) -> Mod f aconfiguration-tools Configuration.Utils.CommandLine Specify a function to show the default value for an option.
-
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.