[Haskell-cafe] Clarification on uniWhite lexical definition

Immanuel Litzroth immanuel.litzroth at gmail.com
Tue Oct 20 10:43:06 UTC 2020


The haskell report says:
uniWhite → any Unicode character defined as whitespace

it's not clear to me whether this means that the unicode character should
have "Zs" as it's general category
;; Zs Space_Separator a space character (of various non-zero widths)
or whether it should be defined as whitespace as in
https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt

Any clarification appreciated,
Immanuel

-- 
-- Researching the dual problem of finding the function that has a
given point as fixpoint.


More information about the Haskell-Cafe mailing list