Skip to content

Commit 6b3fd8c

Browse files
committed
Review suggestions for GHC-02550
1 parent 510fd93 commit 6b3fd8c

File tree

1 file changed

+3
-2
lines changed
  • message-index/messages/GHC-02550

1 file changed

+3
-2
lines changed

message-index/messages/GHC-02550/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Quantified predicate must have a class or type variable head
33
summary: The head of a quantified constraint must be either a class or a type variable
44
severity: error
5-
introduced: 9.4.1
5+
introduced: 9.6.1
66
---
77

8-
Quantified constraints are constraints which have their own constraints. The
8+
[Quantified constraints](https://downloads.haskell.org/ghc/9.12.1/docs/users_guide/exts/quantified_constraints.html)
9+
are constraints which have their own constraints. The
910
*head* of a quantified constraint is the constraint on the right side of the
1011
`=>` operator. For example, the head of the quantified constraint `Ord a => Eq
1112
a` is `Eq a`. This error message states that the head of a quantified constraint

0 commit comments

Comments
 (0)