aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExistentialQuantification/existential-prefix-nested-parenthesized-context.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ExistentialQuantification #-}
module ExistentialPrefixNestedParenthesizedContext where
data A = forall a. ((Show a)) => A a
data B = forall a. ((((Show a)))) => B a