No subject
Thu Feb 24 17:58:36 CET 2011
least 70 character encodings [1].
> and there aren't very many possibilities for the
> leading characters of a Haskell source file, are there?
Since a Haskell program is a sequence of Unicode code points the
programmer can choose from up to 1,112,064 characters. Many of these
can legitimately be part of the interface of a module, as function
names, operators or names of types.
[1] - http://en.wikipedia.org/wiki/Character_encoding
More information about the Haskell-Cafe
mailing list