haskell-src-exts-1.15.0.1: tests/examples/ForallInInstance.hs
{-# 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