packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc8/T9600-1.hs

{-# LANGUAGE GeneralizedNewtypeDeriving #-}

import Control.Applicative

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