X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fglasgow_exts.sgml;h=aa1c88408a15867785cf8aa8854744e0e81bbce8;hb=4b17269854ccf10df8b3ca1711410a5ca439ea8a;hp=c962f87358c421a5f02c6cad07b3c287f69711f5;hpb=514da0a6391a928e218c82208d9aca089e6caf78;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index c962f87..aa1c884 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -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 literals, primitive