summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail013.stderr
blob: a1fd433f6700449c317bebd3397226149d464e4d (plain)
1
2
3
4
5
6

tcfail013.hs:4:3:
    Couldn't match expected type `[t]' with actual type `Bool'
    Relevant bindings include f :: [t] -> a (bound at tcfail013.hs:3:1)
    In the pattern: True
    In an equation for `f': f True = 2