packages feed

argon-0.3.1.1: test/data/case.hs

func n = case n of
           2 -> 3
           4 -> 6
           _ -> 42