Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ShowHelpText :: Maybe String -> ParseErroroptparse-applicative Options.Applicative.Builder No documentation available.
ShowHelpText :: Maybe String -> ParseErroroptparse-applicative Options.Applicative.Internal No documentation available.
ShowHelpText :: Maybe String -> ParseErroroptparse-applicative Options.Applicative.Types No documentation available.
-
hedgehog Hedgehog.Internal.Prelude The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.
class Ord a =>
ShowErrorComponent amegaparsec Text.Megaparsec.Error The type class defines how to print a custom component of ParseError.
-
transformers-compat Data.Functor.Classes.Generic.Internal A Show1Args value either stores a Show a dictionary (for the transformers-0.4 version of Show1), or it stores the two function arguments that show occurrences of the type parameter (for the non-transformers-0.4 version of Show1).
ShowHeader :: AltPpr -> ShowHowMuchghc GHC.Iface.Syntax Header information only, not rhs
-
ghc GHC.Iface.Syntax No documentation available.
-
ghc GHC.Iface.Syntax Everything including GHC-internal information (used in --show-iface)
ShowSome :: Maybe (OccName -> Bool) -> AltPpr -> ShowHowMuchghc GHC.Iface.Syntax Show the declaration and its RHS. The Maybe predicate allows filtering of the sub-components which should be printing; any sub-components filtered out will be elided with ....