summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail205.hs
blob: 6b676fbb78744d7c4f9c7a6537bd4edff401a7d1 (plain)
1
2
3
module Fail where

f x = foldl (+) [1 .. x] 'a'