summaryrefslogtreecommitdiff
path: root/docs/users_guide/bugs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/bugs.rst')
-rw-r--r--docs/users_guide/bugs.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/users_guide/bugs.rst b/docs/users_guide/bugs.rst
index 7d41d874bb..3cfc023ea0 100644
--- a/docs/users_guide/bugs.rst
+++ b/docs/users_guide/bugs.rst
@@ -83,12 +83,6 @@ Context-free syntax
(let x = 42 in x == 42 == True)
-- The Haskell Report allows you to put a unary ``-`` preceding certain
- expressions headed by keywords, allowing constructs like ``- case x of ...``
- or ``- do { ... }``. GHC does not allow this. Instead, unary ``-`` is allowed
- before only expressions that could potentially be applied as a function.
-
-
.. _infelicities-exprs-pats:
Expressions and patterns