packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/empty-foralls.hs

{-# LANGUAGE GADTs #-}
{-# LANGUAGE RankNTypes #-}
-- Empty foralls are handled correctly in different situations.

data D = forall. D Int

data G where
  G :: forall. Int -> G