packages feed

haskell-src-exts-1.9.5: Test/examples/Rank2Types.hs

{-# LANGUAGE Rank2Types #-}

test :: Int -> forall a. [a] -> Int
test _ _ = 1