chr -is:package -package:base-prelude -package:rel8
base Data.Char GHC.Char,
protolude Protolude,
relude Relude.Base,
haskell-gi-base Data.GI.Base.ShortPrelude,
rio RIO.Char.Partial,
Cabal-syntax Distribution.Compat.Prelude,
ghc-internal GHC.Internal.Char,
rebase Rebase.Prelude,
unicode-data Unicode.Char,
incipit-base Incipit.Base,
cabal-install-solver Distribution.Solver.Compat.Prelude (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.
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.
Sort pages chronologically. Uses the same method as
dateField
for extracting the date.