packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExplicitForAll/forall-instance-with-context.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE FlexibleContexts #-}

module ForallInstanceWithContext where

class C a

instance forall a. Show a => C a where