diff options
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T13601.stderr')
-rw-r--r-- | testsuite/tests/dependent/should_fail/T13601.stderr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_fail/T13601.stderr b/testsuite/tests/dependent/should_fail/T13601.stderr index 695463c080..a8c6fcae84 100644 --- a/testsuite/tests/dependent/should_fail/T13601.stderr +++ b/testsuite/tests/dependent/should_fail/T13601.stderr @@ -1,5 +1,6 @@ T13601.hs:19:16: error: [GHC-83865] - • Expected a type, but ‘Logic a’ has kind ‘TYPE (Rep rep)’ + • Couldn't match kind ‘Rep rep’ with ‘LiftedRep’ + Expected kind ‘*’, but ‘Logic a’ has kind ‘TYPE (Rep rep)’ • In the first argument of ‘Boolean’, namely ‘(Logic a)’ In the class declaration for ‘Eq’ |