summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T14869.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T14869.stderr')
-rw-r--r--testsuite/tests/th/T14869.stderr17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/tests/th/T14869.stderr b/testsuite/tests/th/T14869.stderr
new file mode 100644
index 0000000000..a2776b8cc8
--- /dev/null
+++ b/testsuite/tests/th/T14869.stderr
@@ -0,0 +1,17 @@
+T14869.hs:19:3-9: Splicing declarations pure [] ======>
+T14869.hs:22:10-42: Splicing expression
+ reify ''Foo1 >>= stringE . pprint
+ ======>
+ "type family T14869.Foo1 :: *"
+T14869.hs:23:10-42: Splicing expression
+ reify ''Foo2 >>= stringE . pprint
+ ======>
+ "type family T14869.Foo2 :: Constraint"
+T14869.hs:24:10-42: Splicing expression
+ reify ''Foo3 >>= stringE . pprint
+ ======>
+ "type family T14869.Foo3 :: T14869.MyConstraint"
+T14869.hs:25:10-42: Splicing expression
+ reify ''Foo4 >>= stringE . pprint
+ ======>
+ "type family T14869.Foo4 :: *"