aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/mptc-parenthesized-two-args-trailing.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE MultiParamTypeClasses #-}
module A where
class C a b c
instance (C Int Bool) Char where
{- ORACLE_TEST pass -}
{-# LANGUAGE MultiParamTypeClasses #-}
module A where
class C a b c
instance (C Int Bool) Char where