summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/complete_sigs/completesig04.stderr
blob: 72b3ddeb8338224bb8e0b8662e4db93404c1dfd2 (plain)
1
2
3
4

completesig04.hs:5:1: error:
    • Cannot form a group of complete patterns from patterns ‘Just’ and ‘L’ as they match different type constructors (‘Maybe’ resp. ‘E’)
    • In {-# COMPLETE Just, L #-}