ghc-exactprint-0.5.0.0: tests/examples/ghc8/T8030.hs
{-# LANGUAGE PolyKinds, FlexibleContexts, TypeFamilies #-}
module T8030 where
-- The types of op1 and op2 are both ambiguous
-- and should be reported as such
class C (a :: k) where
type Pr a :: *
op1 :: Pr a
op2 :: Pr a -> Pr a -> Pr a