aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/NonEmptyPattern/cons-chain.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module ConsChain where
f (x : y : z : zs) = undefined
f _ = undefined
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module ConsChain where
f (x : y : z : zs) = undefined
f _ = undefined