Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. showTree :: Enum e => EnumSet e -> String

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

  2. showTreeWith :: Enum e => Bool -> Bool -> EnumSet e -> String

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

  3. showDT :: DT -> String

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  4. showQT :: QT -> String

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  5. showPattern :: Pattern -> String

    regex-tdfa Text.Regex.TDFA.Pattern

    No documentation available.

  6. showText :: TextFormat -> [Text] -> String

    cmdargs System.Console.CmdArgs.Text

    Show some text using the given formatting.

  7. showReadSpec :: (Show a, Eq a, Read a, Typeable a, GenValid a) => Spec

    genvalidity-hspec Test.Validity

    Standard test spec for properties of Show and Read instances for valid values Example usage:

    showReadSpec @Int
    

  8. showReadSpecOnArbitrary :: (Show a, Eq a, Read a, Typeable a, Arbitrary a) => Spec

    genvalidity-hspec Test.Validity

    Standard test spec for properties of Show and Read instances for arbitrary values Example usage:

    showReadSpecOnArbitrary @Double
    

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

    genvalidity-hspec Test.Validity

    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 [])
    

  10. showReadRoundTrip :: (Show a, Eq a, Read a, GenValid a) => Property

    genvalidity-hspec Test.Validity.Show

    showReadRoundTrip @Int
    

Page 70 of many | Previous | Next