hdiff
packages
feed
ghc-exactprint
-1.14.0.0: tests/examples/pre-ghc910/T10747.hs
{-# LANGUAGE PatternSynonyms #-} module T10747 where pattern head `Cons` tail = head : tail