diff options
author | Richard Eisenberg <eir@cis.upenn.edu> | 2016-03-17 17:49:28 -0400 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2016-03-21 12:02:01 -0400 |
commit | 01b29ebd25aceef8c35ea1cc3eabb6dafbb55daa (patch) | |
tree | 9a78248fb14890f68a13f3944663af469553882a /docs | |
parent | af2f7f90dd0aaae0e33d1f8064377d1657f180a6 (diff) | |
download | haskell-01b29ebd25aceef8c35ea1cc3eabb6dafbb55daa.tar.gz |
TypeApplications does not imply AllowAmbiguousTypes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 1 |
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. |