packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/T10747.hs

{-# LANGUAGE PatternSynonyms #-}

module T10747 where

pattern head `Cons` tail = head : tail