diff options
Diffstat (limited to 'compiler/Language/Haskell/Syntax')
-rw-r--r-- | compiler/Language/Haskell/Syntax/Expr.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/Language/Haskell/Syntax/Expr.hs b/compiler/Language/Haskell/Syntax/Expr.hs index 3a309908f9..67fa0fb796 100644 --- a/compiler/Language/Haskell/Syntax/Expr.hs +++ b/compiler/Language/Haskell/Syntax/Expr.hs @@ -1642,8 +1642,8 @@ data ArithSeqInfo id -- | Haskell Match Context -- --- Context of a pattern match. This is more subtle than it would seem. See Note --- [Varieties of pattern matches]. +-- Context of a pattern match. This is more subtle than it would seem. See +-- Note [FunBind vs PatBind]. data HsMatchContext p = FunRhs -- ^ A pattern matching on an argument of a |