fourmolu-0.11.0.0: data/examples/declaration/data/existential-out.hs
{-# LANGUAGE ExistentialQuantification #-}
data Foo = forall a. MkFoo a (a -> Bool)
data Bar = forall a b. (a + b) => Bar a b
{-# LANGUAGE ExistentialQuantification #-}
data Foo = forall a. MkFoo a (a -> Bool)
data Bar = forall a b. (a + b) => Bar a b