[commit: ghc] master: Fix quasi-quoter documentation (#9448) (2aabda1)

git at git.haskell.org git at git.haskell.org
Mon Aug 18 08:21:54 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2aabda1a836a5250c3176e8559a10479214a55f6/ghc

>---------------------------------------------------------------

commit 2aabda1a836a5250c3176e8559a10479214a55f6
Author: Sergey Vinokurov <serg.foo at gmail.com>
Date:   Sat Aug 16 22:13:41 2014 +0300

    Fix quasi-quoter documentation (#9448)


>---------------------------------------------------------------

2aabda1a836a5250c3176e8559a10479214a55f6
 docs/users_guide/glasgow_exts.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index bfdeea4..f515313 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -9003,8 +9003,8 @@ A quasi-quote has the form
 <literal>[<replaceable>quoter</replaceable>| <replaceable>string</replaceable> |]</literal>.
 <itemizedlist>
 <listitem><para>
-The <replaceable>quoter</replaceable> must be the (unqualified) name of an imported
-quoter; it cannot be an arbitrary expression.
+The <replaceable>quoter</replaceable> must be the name of an imported quoter,
+either qualified or unqualified; it cannot be an arbitrary expression.
 </para></listitem>
 <listitem><para>
 The <replaceable>quoter</replaceable> cannot be "<literal>e</literal>",



More information about the ghc-commits mailing list