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.stdout3
1 files changed, 3 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..f8ee42ff6a
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/T2766.stdout
@@ -0,0 +1,3 @@
+first :: Arrow to => b `to` c -> (b, d) `to` (c, d)
+ :: Arrow to => to b c -> to (b, d) (c, d)
+first :: b~>c -> (b, d)~>(c, d) :: (b ~> c) -> (b, d) ~> (c, d)