aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExplicitForAll/forall-class-method.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ExplicitForAll #-}
module ExplicitForAllClassMethod where
class Poly f where
poly :: forall a. f a -> f a{- ORACLE_TEST pass -}
{-# LANGUAGE ExplicitForAll #-}
module ExplicitForAllClassMethod where
class Poly f where
poly :: forall a. f a -> f a