summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-09 13:26:35 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-09 13:33:36 +0200
commite703a232174fd6e6cc42f2b27a2d9a2a17957aa7 (patch)
tree548d9eac270bad7a85fa2bd06b6ab0ac49dcc745 /docs
parent9dbf354fbc35d412e442271fb1ed805f2f279b09 (diff)
downloadhaskell-e703a232174fd6e6cc42f2b27a2d9a2a17957aa7.tar.gz
Docs: fix links to ghc-flags
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 58608787dd..205b49c5e8 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -9328,7 +9328,7 @@ Impredicative polymorphism
.. ghc-flag:: -XImpredicativeTypes
- :implies: :ghc-flag:`RankNTypes`
+ :implies: :ghc-flag:`-RankNTypes`
Allow impredicative polymorphic types.