Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. showChar :: Char -> ShowS

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  2. showList :: Show a => [a] -> ShowS

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  3. showParen :: Bool -> ShowS -> ShowS

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  4. showString :: String -> ShowS

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  5. shows :: Show a => a -> ShowS

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  6. showsPrec :: Show a => Int -> a -> ShowS

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  7. showFields :: (ann -> CommentPosition) -> [PrettyField ann] -> String

    Cabal-syntax Distribution.Fields

    Prettyprint a list of fields. Note: the first argument should return Strings without newlines and properly prefixes (with --) to count as comments. This unsafety is left in place so one could generate empty lines between comment lines.

  8. showPError :: FilePath -> PError -> String

    Cabal-syntax Distribution.Fields

    No documentation available.

  9. showPWarning :: FilePath -> PWarning -> String

    Cabal-syntax Distribution.Fields

    No documentation available.

  10. showFields :: (ann -> CommentPosition) -> [PrettyField ann] -> String

    Cabal-syntax Distribution.Fields.Pretty

    Prettyprint a list of fields. Note: the first argument should return Strings without newlines and properly prefixes (with --) to count as comments. This unsafety is left in place so one could generate empty lines between comment lines.

Page 78 of many | Previous | Next