summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail013.hs
blob: c9ccc52a64749f26873027ff8093d66331178f58 (plain)
1
2
3
4
module ShouldFail where

f [] = 1
f True = 2