diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-01 17:05:50 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-01 17:05:50 +0000 |
commit | 3ffe7863bbf8f5b988f84265027be01c342de6e8 (patch) | |
tree | 05951dc96d1cf9a0484ddf340274ce8d265d3da7 /docs | |
parent | dd5f7cf05d67b0512abc22d1f54bc2316df2ba0f (diff) | |
download | haskell-3ffe7863bbf8f5b988f84265027be01c342de6e8.tar.gz |
Fix typo in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index f6699ed392..8546c15aec 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -1049,7 +1049,7 @@ It supports rebindable syntax (see <xref linkend="rebindable-syntax"/>). <sect3> <title> Mdo-notation (deprecated) </title> -<para> GHC used to support the flag <option>-XREecursiveDo</option>, +<para> GHC used to support the flag <option>-XRecursiveDo</option>, which enabled the keyword <literal>mdo</literal>, precisely as described in <ulink url="http://sites.google.com/site/leventerkok/">A recursive do for Haskell</ulink>, but this is now deprecated. Instead of <literal>mdo { Q; e }</literal>, write |