From 523101db16170b11b07e9ace7bcdf82eaaaf8c2e Mon Sep 17 00:00:00 2001 From: Max Bolingbroke Date: Mon, 18 May 2009 15:33:14 +0000 Subject: [PATCH] Add missing word, spotted by Tom Lokhorst --- docs/users_guide/glasgow_exts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index b7e8ca4..21aba83 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -7261,7 +7261,7 @@ foo = ... please give the GHC team a shout. - However, apart from these restrictions, many things are allowed, including expressions which not fully evaluated! + However, apart from these restrictions, many things are allowed, including expressions which are not fully evaluated! Annotation expressions will be evaluated by the compiler just like Template Haskell splices are. So, this annotation is fine: -- 1.7.10.4