summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15341.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T15341.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T15341.stdout6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T15341.stdout b/testsuite/tests/ghci/scripts/T15341.stdout
new file mode 100644
index 0000000000..1d29dc7f8f
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/T15341.stdout
@@ -0,0 +1,6 @@
+type family Foo (a :: k) :: k
+ where Foo a = a
+ -- Defined at T15341.hs:5:1
+type family Foo k (a :: k) :: k
+ where Foo k a = a
+ -- Defined at T15341.hs:5:1