Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. showLaws :: (Show a, Arbitrary a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Tests the following properties:

  2. showReadLaws :: (Show a, Read a, Eq a, Arbitrary a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Tests the following properties:

    Note: When using base-4.5 or older, a shim implementation of readMaybe is used.

  3. showIntegral :: Integral a => a -> String

    yesod-core Yesod.Core

    No documentation available.

  4. showToPatQ :: Show a => a -> PatQ

    haskell-src-meta Language.Haskell.Meta.Utils

    No documentation available.

  5. showsPrec :: [r -> r -> Maybe ShowS] -> String -> r -> Int -> r -> ShowS

    data-accessor Data.Accessor.Show

    No documentation available.

  6. showsPrec :: (Show f, Show a) => Int -> f a -> ShowS

    non-empty Data.NonEmpty.Class

    No documentation available.

  7. showInternal :: Storable t => Matrix t -> IO ()

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  8. showToken :: Token -> String

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  9. showInt :: Int -> String

    haskell-src-exts Language.Haskell.Exts.SrcLoc

    No documentation available.

  10. showCommandForUser :: FilePath -> [String] -> String

    io-streams System.IO.Streams.Process

    Given a program p and arguments args, showCommandForUser p args returns a string suitable for pasting into /bin/sh (on Unix systems) or CMD.EXE (on Windows).

Page 72 of many | Previous | Next