aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/PatternSyntax/question-mark-operator-pattern.hs
{- ORACLE_TEST pass -}
module QuestionMarkOperatorPattern where
foldl' (??) z xs = (foldr (?!) id xs) z
where
x ?! g = g . (?? x)
{- ORACLE_TEST pass -}
module QuestionMarkOperatorPattern where
foldl' (??) z xs = (foldr (?!) id xs) z
where
x ?! g = g . (?? x)