summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2016-03-17 17:49:28 -0400
committerRichard Eisenberg <eir@cis.upenn.edu>2016-03-21 12:02:01 -0400
commit01b29ebd25aceef8c35ea1cc3eabb6dafbb55daa (patch)
tree9a78248fb14890f68a13f3944663af469553882a /docs
parentaf2f7f90dd0aaae0e33d1f8064377d1657f180a6 (diff)
downloadhaskell-01b29ebd25aceef8c35ea1cc3eabb6dafbb55daa.tar.gz
TypeApplications does not imply AllowAmbiguousTypes
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index fe4d40c344..25fbb23e64 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -8640,7 +8640,6 @@ Visible type application
.. ghc-flag:: -XTypeApplications
- :implies: :ghc-flag:`-XAllowAmbiguousTypes`
:since: 8.0.1
Allow the use of type application syntax.