packages feed

argon-0.3.1.1: test/data/lambdacase.hs

{-# LANGUAGE LambdaCase #-}
g = \case
       3 -> 4
       2 -> 5
       _ -> 6