summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T9600.hs
blob: a6663ce8c8b3e481f5fd8324a5b54c3c801cb689 (plain)
1
2
3
import Control.Applicative

newtype Foo a = Foo (a -> a) deriving Applicative