Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

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

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

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

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

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

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

  6. showHelpOnError :: PrefsMod

    configuration-tools Configuration.Utils.CommandLine

    Show full help text on any error.

  7. showMmSsFf :: CueTime -> Text

    cue-sheet Text.CueSheet

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

  8. showMmSsFf :: CueTime -> Text

    cue-sheet Text.CueSheet.Types

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

  9. showParsecErr :: ParseError -> String

    currycarbon Currycarbon.ParserHelpers

    No documentation available.

  10. showTreeWith :: (forall (v :: k1) . () => k2 v -> f v -> String) -> Bool -> Bool -> MonoidalDMap k2 f -> String

    dependent-monoidal-map Data.Dependent.Map.Monoidal

    O(n). The expression (showTreeWith showelem hang wide map) shows the tree that implements the map. Elements are shown using the showElem function. If hang is True, a hanging tree is shown otherwise a rotated tree is shown. If wide is True, an extra wide version is shown.

Page 174 of many | Previous | Next