Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. showReadSpecOnGen :: (Show a, Eq a, Read a, Typeable a) => Gen a -> String -> (a -> [a]) -> Spec

    genvalidity-sydtest Test.Syd.Validity.Show

    Standard test spec for properties of Show and Read instances for values generated by a custom generator Example usage:

    showReadSpecOnGen ((* 2) <$> genValid @Int) "even" (const [])
    

  2. showCabalSpecVersion :: CabalSpecVersion -> String

    Cabal-syntax Distribution.CabalSpecVersion

    Show cabal spec version, but not the way in the .cabal files

  3. showChar :: Char -> ShowS

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  5. showParen :: Bool -> ShowS -> ShowS

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  6. showString :: String -> ShowS

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

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

    Cabal-syntax Distribution.Fields

    No documentation available.

Page 45 of many | Previous | Next