Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. showsColorModel :: ColorModel cs e => Color cs e -> ShowS

    Color Graphics.Color.Space

    No documentation available.

  2. showsColorModelName :: ColorModel cs e => Proxy (Color cs e) -> ShowS

    Color Graphics.Color.Space

    Display the cs portion of the pixel. Color itself will not be evaluated.

  3. showsColorModel :: ColorModel cs e => Color cs e -> ShowS

    Color Graphics.Color.Space.RGB

    No documentation available.

  4. showsColorModel :: ColorModel cs e => Color cs e -> ShowS

    Color Graphics.Color.Space.RGB

    No documentation available.

  5. showsColorModelName :: ColorModel cs e => Proxy (Color cs e) -> ShowS

    Color Graphics.Color.Space.RGB

    Display the cs portion of the pixel. Color itself will not be evaluated.

  6. showsColorModelName :: ColorModel cs e => Proxy (Color cs e) -> ShowS

    Color Graphics.Color.Space.RGB

    Display the cs portion of the pixel. Color itself will not be evaluated.

  7. showsColorModel :: ColorModel cs e => Color cs e -> ShowS

    Color Graphics.Color.Space.RGB.Alternative

    No documentation available.

  8. showsColorModelName :: ColorModel cs e => Proxy (Color cs e) -> ShowS

    Color Graphics.Color.Space.RGB.Alternative

    Display the cs portion of the pixel. Color itself will not be evaluated.

  9. showChar :: Char -> ShowS

    base-prelude BasePrelude

    utility function converting a Char to a show function that simply prepends the character unchanged.

  10. showList :: Show a => [a] -> ShowS

    base-prelude BasePrelude

    The method showList is provided to allow the programmer to give a specialised way of showing lists of values. For example, this is used by the predefined Show instance of the Char type, where values of type String should be shown in double quotes, rather than between square brackets.

Page 126 of many | Previous | Next