[project @ 2000-08-07 23:37:19 by qrczak]
[ghc-hetmet.git] / ghc / docs / users_guide / glasgow_exts.sgml
index c962f87..aa1c884 100644 (file)
@@ -364,8 +364,8 @@ Literals for these types may be written as follows:
 1#              an Int#
 1.2#            a Float#
 1.34##          a Double#
-'a'#            a Char#; for weird characters, use '\o<octal>'#
-"a"#            an Addr# (a `char *')
+'a'#            a Char#; for weird characters, use e.g. '\o<octal>'#
+"a"#            an Addr# (a `char *'); only characters '\0'..'\255' allowed
 </ProgramListing>
 
 <IndexTerm><Primary>literals, primitive</Primary></IndexTerm>