ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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