packages feed

brittany-0.14.0.0: data/Test242.hs

{-# LANGUAGE PatternSynonyms #-}
pattern Head2 x y <- x : y : xs where
  Head2 x y = [x, y]