summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T13105.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/T13105.stderr')
-rw-r--r--testsuite/tests/rep-poly/T13105.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/T13105.stderr b/testsuite/tests/rep-poly/T13105.stderr
new file mode 100644
index 0000000000..e5eaafa03a
--- /dev/null
+++ b/testsuite/tests/rep-poly/T13105.stderr
@@ -0,0 +1,10 @@
+
+T13105.hs:22:3: error:
+ • The first pattern in the equation for ‘abst’
+ does not have a fixed runtime representation.
+ Its type is:
+ Rep Int :: TYPE (RepRep Int)
+ NB: GHC does not (yet) support rewriting in runtime representations.
+ Please comment on GHC ticket #13105 if this is causing you trouble.
+ <https://gitlab.haskell.org/ghc/ghc/-/issues/13105>
+ • In the instance declaration for ‘HasRep Int’