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.
showsColorModel :: ColorModel cs e => Color cs e -> ShowSColor Graphics.Color.Space No documentation available.
showsColorModelName :: ColorModel cs e => Proxy (Color cs e) -> ShowSColor Graphics.Color.Space Display the cs portion of the pixel. Color itself will not be evaluated.
showsColorModel :: ColorModel cs e => Color cs e -> ShowSColor Graphics.Color.Space.RGB No documentation available.
showsColorModel :: ColorModel cs e => Color cs e -> ShowSColor Graphics.Color.Space.RGB No documentation available.
showsColorModelName :: ColorModel cs e => Proxy (Color cs e) -> ShowSColor Graphics.Color.Space.RGB Display the cs portion of the pixel. Color itself will not be evaluated.
showsColorModelName :: ColorModel cs e => Proxy (Color cs e) -> ShowSColor Graphics.Color.Space.RGB Display the cs portion of the pixel. Color itself will not be evaluated.
showsColorModel :: ColorModel cs e => Color cs e -> ShowSColor Graphics.Color.Space.RGB.Alternative No documentation available.
showsColorModelName :: ColorModel cs e => Proxy (Color cs e) -> ShowSColor Graphics.Color.Space.RGB.Alternative Display the cs portion of the pixel. Color itself will not be evaluated.
-
base-prelude BasePrelude utility function converting a Char to a show function that simply prepends the character unchanged.
showList :: Show a => [a] -> ShowSbase-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.