diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail049.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail049.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail049.hs b/testsuite/tests/rename/should_fail/rnfail049.hs index 6123856d2c..0d426a4a27 100644 --- a/testsuite/tests/rename/should_fail/rnfail049.hs +++ b/testsuite/tests/rename/should_fail/rnfail049.hs @@ -6,7 +6,7 @@ module RnFail049 where import Data.List(inits, tails)
-functions :: [forall a. [a] -> [[a]]]
+functions :: [[a] -> [[a]]]
functions = [inits, tails]
output = [() | f <- functions, then group using f]
|