packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/T9600-1.hs

{-# LANGUAGE GeneralizedNewtypeDeriving #-}

import Control.Applicative

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