Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

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

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

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

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  4. 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.

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

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  6. 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.

  7. 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.

  8. 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.

  9. showHelpOnError :: PrefsMod

    configuration-tools Configuration.Utils.CommandLine

    Show full help text on any error.

  10. showMmSsFf :: CueTime -> Text

    cue-sheet Text.CueSheet

    Render representation of CueTime in mm:ss:ff format.

Page 174 of many | Previous | Next