Perform an efficient check on a string, to quickly determine if the
string is in a particular normalization form.
A
Nothing result indicates that a definite answer could not be
determined quickly, and a more thorough check is required, e.g. with
isNormalized. The user may have to convert the string to its
normalized form and compare the results.
A result of
Just True or
Just False
indicates that the string definitely is, or is not, in the given
normalization form.