Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showParen :: Bool -> ShowS -> ShowSghc-lib-parser GHC.Prelude.Basic utility function that surrounds the inner show function with parentheses when the Bool parameter is True.
-
ghc-lib-parser GHC.Prelude.Basic utility function converting a String to a show function that simply prepends the string unchanged.
-
ghc-lib-parser GHC.Prelude.Basic equivalent to showsPrec with a precedence of 0.
showsPrec :: Show a => Int -> a -> ShowSghc-lib-parser GHC.Prelude.Basic Convert a value to a readable String. showsPrec should satisfy the law
showsPrec d x r ++ s == showsPrec d x (r ++ s)
Derived instances of Read and Show satisfy the following: That is, readsPrec parses the string produced by showsPrec, and delivers the value that showsPrec started with.showMatches :: HoleFitDispConfig -> Boolghc-lib-parser GHC.Tc.Errors.Types No documentation available.
showProv :: HoleFitDispConfig -> Boolghc-lib-parser GHC.Tc.Errors.Types No documentation available.
showType :: HoleFitDispConfig -> Boolghc-lib-parser GHC.Tc.Errors.Types No documentation available.
showWrap :: HoleFitDispConfig -> Boolghc-lib-parser GHC.Tc.Errors.Types No documentation available.
showWrapVars :: HoleFitDispConfig -> Boolghc-lib-parser GHC.Tc.Errors.Types No documentation available.
showModMsg :: DynFlags -> Bool -> ModuleGraphNode -> SDocghc-lib-parser GHC.Unit.Module.Graph No documentation available.