Tags and keywords
The target snippets are:
Wikipedia: 'the second are the muonic leptons, comprising the muon ( μ− ) and the muon neutrino ( ν μ);'
As always, it does not matter that the Parsing Analysis scratchpad diagram is a bit cluttered, because it is not a final presentation diagram.
The 'first', 'second', and 'third' generation prefixes have been translated as '1st', '2nd', '3rd' enumeration literals.
Given what we've already been told about neutrino being another name for NeutralLepton
, and that there are only 6 leptons, it is tempting to have each of the types of concrete neutrinos extend NeutralLepton
and then have Electron
, Muon
, and Tau
directly extend ChargedLepton
(for now), but the story with antiparticles has still not been fully addressed.