aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExplicitForAll/forall-with-context.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ExplicitForAll #-}
module ExplicitForAllWithContext where
render :: forall a. Show a => a -> String
render = show{- ORACLE_TEST pass -}
{-# LANGUAGE ExplicitForAll #-}
module ExplicitForAllWithContext where
render :: forall a. Show a => a -> String
render = show