summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail039.hs
blob: c6cbdb9968b34c5bc4a355dc7843e358f570ef65 (plain)
1
2
3
4
5
6
7
8
9

module Foo where

class C a
instance C Int

newtype Foo = Foo Int
    deriving C