summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod60.stderr
blob: 7d21c935103af7a3485eec8bbb7ba499347246b2 (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"