ghc-exactprint-0.5.0.0: tests/examples/ghc8/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