packages feed

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

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