packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/poly-export3.hs

{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE PolyKinds #-}

-- Testing polykindedness

module Foo ( A(P) ) where

data A a = A

pattern P = A