aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/NonEmptyPattern/associativity.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module NonEmptyPattern where
import Data.List.NonEmpty (NonEmpty(..))
f (x :| y : ys) = undefined
f _ = undefined
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module NonEmptyPattern where
import Data.List.NonEmpty (NonEmpty(..))
f (x :| y : ys) = undefined
f _ = undefined