Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. showPretty :: Show a => a -> String

    hedgehog Hedgehog.Internal.Show

    No documentation available.

  2. showHexadecimal :: (forall a . () => (Ptr Word8 -> IO a) -> IO a) -> Int -> String

    memory Data.Memory.Encoding.Base16

    Transform a raw memory to an hexadecimal String user beware, no checks are made

  3. showErrorComponent :: ShowErrorComponent a => a -> String

    megaparsec Text.Megaparsec.Error

    Pretty-print a component of ParseError.

  4. showErrorItem :: VisualStream s => Proxy s -> ErrorItem (Token s) -> String

    megaparsec Text.Megaparsec.Error

    Pretty-print an ErrorItem.

  5. showTokens :: VisualStream s => Proxy s -> NonEmpty (Token s) -> String

    megaparsec Text.Megaparsec.Stream

    Pretty-print non-empty stream of tokens. This function is also used to print single tokens (represented as singleton lists).

  6. showsPrecDefault :: (GShow (Rep1 f a), Generic1 f) => Int -> f a -> ShowS

    transformers-compat Data.Functor.Classes.Generic.Internal

    A default showsPrec implementation for Generic1 instances that leverages Show1.

  7. showsPrecOptions :: (GShow (Rep1 f a), Generic1 f) => Options -> Int -> f a -> ShowS

    transformers-compat Data.Functor.Classes.Generic.Internal

    Like showsPrecDefault, but with configurable Options.

  8. showCursor :: IO ()

    ansi-terminal System.Console.ANSI

    No documentation available.

  9. showCursorCode :: String

    ansi-terminal System.Console.ANSI

    No documentation available.

  10. showBin :: Integral a => a -> ShowS

    base-compat Numeric.Compat

    Show non-negative Integral numbers in base 2.

Page 27 of many | Previous | Next