packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc710/ForAll.hs

{-# LANGUAGE RankNTypes #-}
module ForAll where

import Data.Data

foo ::  (forall a. Data a => a -> a) -> forall a. Data a => a -> a
foo a = a