packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T10942.1.hs

-- Let's trick you
{-# LANGUAGE ExplicitForAll #-}
module Test (foo) where

foo :: forall a. a -> a
foo x = x