hdiff
packages
feed
aihc-parser
-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/case-of.hs
{- ORACLE_TEST pass -} module X2 where x m = case m of Nothing -> 0 Just n -> n