EPA : semicolons between Matches in a FunBind not captured in the right place
For the source
module MatchSemis where
{
a 0 = 1;
a _ = 2;
}
The AddSemiAnn entries for the two trailing semicolons appear in the location for the FunBind as a whole, rather than being attached to the component Match elements.