packages feed

ghc-exactprint-1.1.0: tests/examples/ghc92/MatchSemis.hs

module MatchSemis where
{
a 0 = 1;
a _ = 2;
}