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. pPrintForceColorLightBg :: (MonadIO m, Show a) => a -> m ()

    pretty-simple Text.Pretty.Simple

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

  2. pPrintStringForceColor :: MonadIO m => String -> m ()

    pretty-simple Text.Pretty.Simple

    Similar to pPrintString, but print in color regardless of whether the output goes to a TTY or not. See pPrintString for an example of how to use this function.

  3. pPrintStringForceColorDarkBg :: MonadIO m => String -> m ()

    pretty-simple Text.Pretty.Simple

    Alias for pPrintStringForceColor.

  4. pPrintStringForceColorLightBg :: MonadIO m => String -> m ()

    pretty-simple Text.Pretty.Simple

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

  5. chunkForeground :: Chunk -> !Maybe Colour

    safe-coloured-text Text.Colour

    No documentation available.

  6. chunkForeground :: Chunk -> !Maybe Colour

    safe-coloured-text Text.Colour.Chunk

    No documentation available.

  7. fieldsForCon :: GSerialiseSum f => Proxy f -> Word -> Decoder s Word

    serialise Codec.Serialise.Class

    Number of fields for given constructor number

  8. ConformantUTF8 :: UTF8Encoding

    serialise Codec.Serialise.Internal.GeneralisedUTF8

    No documentation available.

  9. MaxAgeForever :: MaxAge

    wai-app-static WaiAppStatic.Types

    essentially infinite caching; in reality, probably one year

  10. renderFormValue :: FormValue a => a -> ByteString

    wreq Network.Wreq.Types

    Render the given value.

Page 578 of many | Previous | Next