File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
message-index/messages/GHC-02550 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
title : Quantified predicate must have a class or type variable head
3
3
summary : The head of a quantified constraint must be either a class or a type variable
4
4
severity : error
5
- introduced : 9.4 .1
5
+ introduced : 9.6 .1
6
6
---
7
7
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
9
10
* head* of a quantified constraint is the constraint on the right side of the
10
11
` => ` operator. For example, the head of the quantified constraint `Ord a => Eq
11
12
a` is ` Eq a`. This error message states that the head of a quantified constraint
You can’t perform that action at this time.
0 commit comments