haskell-src-exts-1.24.0: tests/examples/ForallInInstance.hs.prettyprinter.golden
{-# LANGUAGE ScopedTypeVariables #-}
module ForallInInstance where
instance forall a . MyClass a => MyClass [a] where
{-# LANGUAGE ScopedTypeVariables #-}
module ForallInInstance where
instance forall a . MyClass a => MyClass [a] where