Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showTree :: (Enum key, Show a) => EnumMap key a -> Stringregex-tdfa Data.IntMap.EnumMap2 No documentation available.
showTreeWith :: (Enum key, Show a) => Bool -> Bool -> EnumMap key a -> Stringregex-tdfa Data.IntMap.EnumMap2 No documentation available.
showTree :: Enum e => EnumSet e -> Stringregex-tdfa Data.IntSet.EnumSet2 No documentation available.
showTreeWith :: Enum e => Bool -> Bool -> EnumSet e -> Stringregex-tdfa Data.IntSet.EnumSet2 No documentation available.
-
regex-tdfa Text.Regex.TDFA.Common No documentation available.
-
regex-tdfa Text.Regex.TDFA.Common No documentation available.
showPattern :: Pattern -> Stringregex-tdfa Text.Regex.TDFA.Pattern No documentation available.
showBaseVersion :: BaseVersion -> Texthaskell-gi Data.GI.CodeGen.Code A Text representation of the given base version bound.
showLaws :: (Show a, Arbitrary a) => Proxy a -> Lawsquickcheck-classes Test.QuickCheck.Classes Tests the following properties:
showReadLaws :: (Show a, Read a, Eq a, Arbitrary a) => Proxy a -> Lawsquickcheck-classes Test.QuickCheck.Classes Tests the following properties:
- Partial Isomorphism: show / read readMaybe (show a) ≡ Just a
- Partial Isomorphism: show / read with initial space readMaybe (" " ++ show a) ≡ Just a
- Partial Isomorphism: showsPrec / readsPrec (a,"") `elem` readsPrec p (showsPrec p a "")
- Partial Isomorphism: showList / readList (as,"") `elem` readList (showList as "")
- Partial Isomorphism: showListWith shows / readListDefault (as,"") `elem` readListDefault (showListWith shows as "")