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 22title : Quantified predicate must have a class or type variable head
33summary : The head of a quantified constraint must be either a class or a type variable
44severity : 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
1112a` 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