packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/T10747.hs

{-# LANGUAGE PatternSynonyms #-}

module T10747 where

pattern head `Cons` tail = head : tail