public Lettered(Production <MatchEx> p) : base(p) { }
public Bulleted(Production <MatchEx> p) : base(p) { }
public Numbered(Production <MatchEx> p) : base(p) { }
public SomeList(Production <MatchEx> p) : base(p.Value.Match, p.Value.OriginalString) { }