packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/MatchSemis.hs

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