summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T15831.stderr
blob: 886645a3c185c30c20ea3efe81cbdd6d90f6c782 (plain)
1
2
3
4
5
6

T15831.hs:9:12: error:
    • Type variable ‘k’ is bound in the ‘via’ type ‘Const
                                                      @{k} Int (Any @k)’
      but is not mentioned in the derived class ‘Eq’, which is illegal
    • In the newtype declaration for ‘Age’