Skip to content
Snippets Groups Projects
Commit a26f39ae authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Testsuite wibbles

parent 104f60c8
No related branches found
No related tags found
No related merge requests found
Pipeline #26840 failed
......@@ -2,7 +2,7 @@
T11520.hs:15:77: error:
• Expected kind ‘k2 -> k1’, but ‘g’ has kind ‘k4’
‘k4’ is a rigid type variable bound by
the instance declaration
an instance declaration
at T11520.hs:15:10-78
• In the second argument of ‘Compose’, namely ‘g’
In the first argument of ‘Typeable’, namely ‘(Compose f g)’
......
......@@ -2,7 +2,7 @@
saks_fail020.hs:9:49: error:
• Expected kind ‘k1’, but ‘a’ has kind ‘k’
‘k’ is a rigid type variable bound by
the instance declaration
a standalone kind signature for ‘Foo2’
at saks_fail020.hs:9:14-55
‘k1’ is a rigid type variable bound by
an explicit forall (k :: Type)
......
......@@ -3,7 +3,7 @@ T13909.hs:11:18: error:
• Expecting two more arguments to ‘Hm’
Expected kind ‘k’, but ‘Hm’ has kind ‘forall k -> k -> *’
‘k’ is a rigid type variable bound by
the instance declaration
an instance declaration
at T13909.hs:11:10-19
• In the first argument of ‘HasName’, namely ‘Hm’
In the instance declaration for ‘HasName Hm’
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment