packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/NonEmptyPattern/explicit-parens.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module ExplicitParens where

import Data.List.NonEmpty (NonEmpty(..))

f ((x :| y) : ys) = undefined
f _ = undefined