Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. showTreeWith :: (Enum key, Show a) => Bool -> Bool -> EnumMap key a -> String

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

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

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

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

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

  4. showDT :: DT -> String

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  5. showQT :: QT -> String

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  6. showPattern :: Pattern -> String

    regex-tdfa Text.Regex.TDFA.Pattern

    No documentation available.

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

    cmdargs System.Console.CmdArgs.Text

    Show some text using the given formatting.

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

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

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

Page 37 of many | Previous | Next