summaryrefslogtreecommitdiff
path: root/ghc/compiler/hsSyn/HsPat.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/hsSyn/HsPat.lhs')
-rw-r--r--ghc/compiler/hsSyn/HsPat.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/hsSyn/HsPat.lhs b/ghc/compiler/hsSyn/HsPat.lhs
index 912dc4c90d..b8fac5e6e5 100644
--- a/ghc/compiler/hsSyn/HsPat.lhs
+++ b/ghc/compiler/hsSyn/HsPat.lhs
@@ -86,7 +86,7 @@ data Pat id
-- The literal is retained so that the desugarer can readily identify
-- equations with identical literal-patterns
-- Always HsInteger, HsRat or HsString.
- -- *Unlike* NPatIn, for negative literals, the
+ -- *Unlike* NPatIn, for negative literals, the
-- literal is acutally negative!
Type -- Type of pattern, t
(HsExpr id) -- Of type t -> Bool; detects match