summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_run/ghci.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn/should_run/ghci.stdout')
-rw-r--r--testsuite/tests/patsyn/should_run/ghci.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/patsyn/should_run/ghci.stdout b/testsuite/tests/patsyn/should_run/ghci.stdout
index 3dcecbc7a6..d3e6c0edbf 100644
--- a/testsuite/tests/patsyn/should_run/ghci.stdout
+++ b/testsuite/tests/patsyn/should_run/ghci.stdout
@@ -1,3 +1,3 @@
-pattern Single :: t -> [t] -- Defined at <interactive>:3:1
+pattern Single :: a -> [a] -- Defined at <interactive>:3:1
foo :: [Bool] -> [Bool]
[False]