summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/CustomTypeErrors01.stderr
blob: a849b6fb6cf72d5d7e3df21b78fddb09fc40fc74 (plain)
1
2
3
4
5

CustomTypeErrors01.hs:12:11: error: [GHC-64725]
    • Values of type 'MyType' cannot be compared for equality.
    • In the expression: x == MyType
      In an equation for ‘err’: err x = x == MyType