packages feed

HaRe-0.8.0.0: test/testdata/Layout/ForAll.hs

{-# LANGUAGE RankNTypes #-}
module Layout.ForAll where

import Data.Data

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