aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/PatternSyntax/infix-function-pattern.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module InfixFunctionPattern where
f :: T -> T -> T
x #|# _ = x
_ #|# y = y
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module InfixFunctionPattern where
f :: T -> T -> T
x #|# _ = x
_ #|# y = y