[commit: ghc] master: typo: -XUndeci[d]ableInstances (927e781)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 23:31:44 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/927e7810f7dcea295c1f8e93535835e52da0edbb/ghc
>---------------------------------------------------------------
commit 927e7810f7dcea295c1f8e93535835e52da0edbb
Author: Chris Martin <ch.martin at gmail.com>
Date: Sat Jul 15 19:23:50 2017 -0500
typo: -XUndeci[d]ableInstances
>---------------------------------------------------------------
927e7810f7dcea295c1f8e93535835e52da0edbb
docs/users_guide/glasgow_exts.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 0dbd03e..418e7cb 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -7118,7 +7118,7 @@ However see :ref:`ghci-decls` for the overlap rules in GHCi.
Decidability of type synonym instances
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.. ghc-flag:: -XUndeciableInstances
+.. ghc-flag:: -XUndecidableInstances
Relax restrictions on the decidability of type synonym family instances.
More information about the ghc-commits
mailing list