chr -package:hakyll -is:package

The toEnum method restricted to the type Char.
(chr) Translate the given integer to a character. (Note the result will depend on the character set of your database.)
Conversion from an integer to a character.
>>> prove $ \x -> 0 .<= x .&& x .< 256 .=> ord (chr x) .== x
Q.E.D.

>>> prove $ \x -> chr (ord x) .== x
Q.E.D.
Corresponds to the chr function.
A single Char fragment
A single Char fragment
Constructs a colour from the given Chromaticity and luminance.
Change the type used to represent the chromaticity coordinates.
Returns the CIE little x, little y, little z coordinates for the 2° standard (colourimetric) observer.
Returns the CIE little x coordinate for the 2° standard (colourimetric) observer.
Returns the CIE little y coordinate for the 2° standard (colourimetric) observer.
Returns the CIE little z coordinate for the 2° standard (colourimetric) observer.
Default Chrome settings. All Maybe fields are set to Nothing, no options are specified, and no extensions are used.
Server-side path to Chrome binary. If Nothing, use a sensible system-based default.
Version of the Chrome Webdriver server server to use for more information on chromedriver see https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver
Experimental options not yet exposed through a standard API.
A list of extensions to use.