summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2766.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T2766.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T2766.stdout2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T2766.stdout b/testsuite/tests/ghci/scripts/T2766.stdout
new file mode 100644
index 0000000000..abe1ca2c95
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/T2766.stdout
@@ -0,0 +1,2 @@
+first :: Arrow (~>) => b~>c -> (b, d)~>(c, d)
+ :: Arrow (~>) => (~>) b c -> (~>) (b, d) (c, d)