Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. showFingerprint :: Fingerprint -> ShowS

    distributed-process Control.Distributed.Process.Serializable

    Show fingerprint (for debugging purposes)

  2. sizeOfFingerprint :: Int

    distributed-process Control.Distributed.Process.Serializable

    Size of a fingerprint

  3. SurfaceTypeWin32Printing :: SurfaceType

    gi-cairo GI.Cairo.Enums

    No description available in the introspection data.

  4. DoNotEscapeNonPrintable :: StringOutputStyle

    pretty-simple Text.Pretty.Simple

    Output non-printable characters without modification.

  5. EscapeNonPrintable :: StringOutputStyle

    pretty-simple Text.Pretty.Simple

    Replace non-printable characters with hexadecimal escape sequences.

  6. pHPrint :: (MonadIO m, Show a) => Handle -> a -> m ()

    pretty-simple Text.Pretty.Simple

    Similar to pPrint, but take a Handle to print to.

    >>> pHPrint stdout [Just (1, "hello")]
    [ Just
    ( 1
    , "hello"
    )
    ]
    

  7. pHPrintDarkBg :: (MonadIO m, Show a) => Handle -> a -> m ()

    pretty-simple Text.Pretty.Simple

    Alias for pHPrint.

  8. pHPrintForceColor :: (MonadIO m, Show a) => Handle -> a -> m ()

    pretty-simple Text.Pretty.Simple

    Similar to pPrintForceColor, but take a Handle to print to. See pHPrint for an example of how to use this function.

  9. pHPrintForceColorDarkBg :: (MonadIO m, Show a) => Handle -> a -> m ()

    pretty-simple Text.Pretty.Simple

    Alias for pHPrintForceColor.

  10. pHPrintForceColorLightBg :: (MonadIO m, Show a) => Handle -> a -> m ()

    pretty-simple Text.Pretty.Simple

    Just like pHPrintForceColorDarkBg, but for printing to a light background.

Page 184 of many | Previous | Next