summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T23051.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/T23051.stderr')
-rw-r--r--testsuite/tests/rep-poly/T23051.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/T23051.stderr b/testsuite/tests/rep-poly/T23051.stderr
new file mode 100644
index 0000000000..778ca7a1a7
--- /dev/null
+++ b/testsuite/tests/rep-poly/T23051.stderr
@@ -0,0 +1,10 @@
+
+T23051.hs:9:7: error: [GHC-18872]
+ • Couldn't match kind ‘IntRep’ with ‘f0 g0’
+ When matching types
+ a :: TYPE (f0 g0)
+ Int# :: TYPE IntRep
+ • In the first argument of ‘i’, namely ‘0#’
+ In the expression: i 0#
+ In an equation for ‘x’: x = i 0#
+ • Relevant bindings include x :: a (bound at T23051.hs:9:1)