ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/poly-export3.hs
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE PolyKinds #-}
-- Testing polykindedness
module Foo ( A(P) ) where
data A a = A
pattern P = A
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE PolyKinds #-}
-- Testing polykindedness
module Foo ( A(P) ) where
data A a = A
pattern P = A