haskell-src-exts-1.14.0: Test/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