aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExplicitForAll/forall-instance-head.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ScopedTypeVariables #-}
module ForallInstanceHead where
class C a
instance forall a. C a where
{- ORACLE_TEST pass -}
{-# LANGUAGE ScopedTypeVariables #-}
module ForallInstanceHead where
class C a
instance forall a. C a where