packages feed

ghc-syntax-highlighter-0.0.7.0: data/LambdaCase.hs

foo :: Foo -> Maybe Bar
foo = \case
  Foo -> Just Bar
  _ -> Nothing