summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12837.stderr
blob: b2bca63280d02cc5504172386e0e8ddda702192f (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T12837.hs:10:10: error:
    • Class ‘Typeable’ does not support user-specified instances.
    • In the instance declaration for ‘Typeable K’

T12837.hs:11:10: error:
    • Class ‘KnownNat’ does not support user-specified instances.
    • In the instance declaration for ‘KnownNat n’

T12837.hs:12:10: error:
    • Class ‘KnownSymbol’ does not support user-specified instances.
    • In the instance declaration for ‘KnownSymbol n’