summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod39.stderr
blob: 95aaddbac5e45593fa0e581891899a475e1d5fdc (plain)
1
2
3
4
5
6
7

mod39.hs:3:17: error:
    • Constraint ‘Eq a’ in the type of ‘f’
        constrains only the class type variables
      Enable ConstrainedClassMethods to allow it
    • When checking the class method: f :: forall a. (C a, Eq a) => a
      In the class declaration for ‘C’