summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail187.stderr
blob: 904b7959fe460926df88ba86741eee7cfb9511a3 (plain)
1
2
3
4
5

tcfail187.hs:7:6: error:
    • The constructor ‘:::’ should have no arguments, but has been given 2
    • In the pattern: x ::: y
      In an equation for ‘foo’: foo (x ::: y) = ()