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.
showReadSpecOnGen :: (Show a, Eq a, Read a, Typeable a) => Gen a -> String -> (a -> [a]) -> Specgenvalidity-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 [])
showCabalSpecVersion :: CabalSpecVersion -> StringCabal-syntax Distribution.CabalSpecVersion Show cabal spec version, but not the way in the .cabal files
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
showList :: Show a => [a] -> ShowSCabal-syntax Distribution.Compat.Prelude No documentation available.
showParen :: Bool -> ShowS -> ShowSCabal-syntax Distribution.Compat.Prelude No documentation available.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
showsPrec :: Show a => Int -> a -> ShowSCabal-syntax Distribution.Compat.Prelude No documentation available.
showFields :: (ann -> CommentPosition) -> [PrettyField ann] -> StringCabal-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.
showPError :: FilePath -> PError -> StringCabal-syntax Distribution.Fields No documentation available.