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

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

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

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