summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod60.stderr
blob: cf94537bb98a5df6252dbf8ff48944cc9568aaa1 (plain)
1
2
3
4
5

mod60.hs:3:4: error:
    The constructor ‘Left’ should have 1 argument, but has been given none
    In the pattern: Left
    In an equation for ‘f’: f (Left) = error "foo"